|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use B2CConverter | |
---|---|
com.sun.grizzly.tcp.http11 | |
com.sun.grizzly.util.buf | |
com.sun.grizzly.util.http |
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). |
Fields in com.sun.grizzly.tcp.http11 with type parameters of type B2CConverter | |
---|---|
protected HashMap<String,B2CConverter> |
GrizzlyInputBuffer.encoders
List of encoders. |
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. |
Uses of B2CConverter in com.sun.grizzly.util.http |
---|
Methods in com.sun.grizzly.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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |