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

Packages that use B2CConverter
com.sun.grizzly.tcp.http11   
com.sun.grizzly.util.buf   
 

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

Fields in com.sun.grizzly.tcp.http11 declared as B2CConverter
protected  B2CConverter GrizzlyInputBuffer.conv
          Current byte to char converter.
protected  B2CConverter GrizzlyRequest.URIConverter
          URI byte to char converter (not recycled).
 

Methods in com.sun.grizzly.tcp.http11 that return B2CConverter
 B2CConverter GrizzlyRequest.getURIConverter()
          Return the URI converter.
 

Methods in com.sun.grizzly.tcp.http11 with parameters of type B2CConverter
 void GrizzlyRequest.setURIConverter(B2CConverter URIConverter)
          Set the URI converter.
 

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

Subclasses of B2CConverter in com.sun.grizzly.util.buf
 class UTF8Decoder
          Moved from ByteChunk - code to convert from UTF8 bytes to chars.
 



Copyright © 2011 SUN Microsystems. All Rights Reserved.