Uses of Class
com.sun.grizzly.util.buf.C2BConverter

Packages that use C2BConverter
com.sun.grizzly.http.jk.common   
com.sun.grizzly.http.jk.core   
com.sun.grizzly.tcp.http11   
com.sun.grizzly.util.buf   
 

Uses of C2BConverter in com.sun.grizzly.http.jk.common
 

Methods in com.sun.grizzly.http.jk.common with parameters of type C2BConverter
 void JniHandler.appendString(Msg msg, String s, C2BConverter charsetDecoder)
           
 

Uses of C2BConverter in com.sun.grizzly.http.jk.core
 

Methods in com.sun.grizzly.http.jk.core that return C2BConverter
 C2BConverter MsgContext.getConverter()
           
 

Methods in com.sun.grizzly.http.jk.core with parameters of type C2BConverter
 void MsgContext.setConverter(C2BConverter c2b)
           
 

Uses of C2BConverter in com.sun.grizzly.tcp.http11
 

Fields in com.sun.grizzly.tcp.http11 declared as C2BConverter
protected  C2BConverter GrizzlyOutputBuffer.conv
          Current char to byte converter.
 

Uses of C2BConverter in com.sun.grizzly.util.buf
 

Methods in com.sun.grizzly.util.buf that return C2BConverter
static C2BConverter C2BConverter.getInstance(ByteChunk output, String encoding)
           
 



Copyright © 2012 Oracle Corporation. All Rights Reserved.