Uses of Class
org.glassfish.grizzly.web.container.util.buf.B2CConverter

Packages that use B2CConverter
org.glassfish.grizzly.web.container.http11   
org.glassfish.grizzly.web.container.util.buf   
org.glassfish.grizzly.web.container.util.http   
 

Uses of B2CConverter in org.glassfish.grizzly.web.container.http11
 

Fields in org.glassfish.grizzly.web.container.http11 declared as B2CConverter
protected  B2CConverter GrizzlyInputBuffer.conv
          Current byte to char converter.
protected  B2CConverter GrizzlyRequest.URIConverter
          URI byte to char converter (not recycled).
 

Fields in org.glassfish.grizzly.web.container.http11 with type parameters of type B2CConverter
protected  HashMap<String,B2CConverter> GrizzlyInputBuffer.encoders
          List of encoders.
 

Methods in org.glassfish.grizzly.web.container.http11 that return B2CConverter
 B2CConverter GrizzlyRequest.getURIConverter()
          Return the URI converter.
 

Methods in org.glassfish.grizzly.web.container.http11 with parameters of type B2CConverter
 void GrizzlyRequest.setURIConverter(B2CConverter URIConverter)
          Set the URI converter.
 

Uses of B2CConverter in org.glassfish.grizzly.web.container.util.buf
 

Subclasses of B2CConverter in org.glassfish.grizzly.web.container.util.buf
 class UTF8Decoder
          Moved from ByteChunk - code to convert from UTF8 bytes to chars.
 

Uses of B2CConverter in org.glassfish.grizzly.web.container.util.http
 

Methods in org.glassfish.grizzly.web.container.util.http with parameters of type B2CConverter
static void HttpRequestURIDecoder.decode(MessageBytes decodedURI, UDecoder urlDecoder, String encoding, B2CConverter b2cConverter)
          Decode the http request represented by the bytes inside MessageBytes using an UDecoder, using the specified encoding, using the specified [@link B2CConverter} to decode the request.
 



Copyright © 2009 SUN Microsystems. All Rights Reserved.