void |
C2BConverter.convert(MessageBytes mb) |
Convert a message bytes chars to bytes
|
void |
UDecoder.convert(MessageBytes mb) |
URLDecode, will modify the source Includes converting '+' to ' '.
|
void |
UDecoder.convert(MessageBytes mb,
boolean query) |
URLDecode, will modify the source
|
static void |
UDecoder.convert(MessageBytes mb,
boolean query,
boolean allowEncodingSlash) |
URLDecode, will modify the source
|
static void |
B2CConverter.convertASCII(MessageBytes mb) |
Character conversion of a US-ASCII MessageBytes.
|
static void |
B2CConverterBlocking.convertASCII(MessageBytes mb) |
Character conversion of a US-ASCII MessageBytes.
|
protected void |
HttpRequestURIDecoder.convertMB(MessageBytes mb) |
Character conversion of the a US-ASCII MessageBytes.
|
static void |
HttpRequestURIDecoder.decode(MessageBytes decodedURI,
UDecoder urlDecoder) |
|
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.
|
void |
MessageBytes.duplicate(MessageBytes src) |
Copy the src into this MessageBytes, allocating more space if needed
|
static boolean |
HttpRequestURIDecoder.normalize(MessageBytes uriMB) |
Normalize URI.
|