Package | Description |
---|---|
org.glassfish.grizzly.http.server.util | |
org.glassfish.grizzly.http.util |
Modifier and Type | Method and Description |
---|---|
void |
Mapper.map(MessageBytes uri,
MappingData mappingData)
Map the specified URI relative to the context,
mutating the given mapping data.
|
Modifier and Type | Method and Description |
---|---|
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() |
Modifier and Type | Method and Description |
---|---|
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 |
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.
|
Copyright © 2014 Oracle Corporation. All rights reserved.