|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MessageBytes | |
|---|---|
| org.glassfish.grizzly.http.util | |
| Uses of MessageBytes in org.glassfish.grizzly.http.util |
|---|
| Methods in org.glassfish.grizzly.http.util that return MessageBytes | |
|---|---|
MessageBytes |
MessageBytes.getClone()
|
MessageBytes |
TimeStamp.getName()
Return the "name" of the timestamp. |
static MessageBytes |
MessageBytes.newInstance()
Construct a new MessageBytes instance |
MessageBytes |
MessageBytes.MessageBytesFactory.newInstance()
|
| Methods in org.glassfish.grizzly.http.util with parameters of type MessageBytes | |
|---|---|
void |
UDecoder.convert(MessageBytes mb)
URLDecode, will modify the source Includes converting '+' to ' '. |
void |
C2BConverter.convert(MessageBytes mb)
Convert a message bytes chars to bytes |
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 |
B2CConverterBlocking.convertASCII(MessageBytes mb)
Character conversion of a US-ASCII MessageBytes. |
static void |
B2CConverter.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)
Decode the http request represented by the bytes inside MessageBytes
using an UDecoder. |
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||