Package | Description |
---|---|
org.glassfish.grizzly.http.util |
Modifier and Type | Field and Description |
---|---|
protected ByteChunk |
C2BConverter.bb |
Modifier and Type | Method and Description |
---|---|
ByteChunk |
DataChunk.getByteChunk() |
ByteChunk |
MessageBytes.getByteChunk()
Returns the byte chunk, representing the byte[] and offset/length.
|
ByteChunk |
C2BConverter.getByteChunk() |
ByteChunk |
ByteChunk.getClone() |
Modifier and Type | Method and Description |
---|---|
void |
ByteChunk.append(ByteChunk src) |
protected static int |
StringCache.compare(ByteChunk name,
byte[] compareTo)
Compare given byte chunk with byte array.
|
void |
UDecoder.convert(ByteChunk mb)
URLDecode, will modify the source.
|
void |
UDecoder.convert(ByteChunk mb,
boolean query)
URLDecode the
ByteChunk |
static void |
UDecoder.convert(ByteChunk mb,
boolean query,
boolean allowEncodedSlash)
URLDecode the
ByteChunk |
void |
UTF8Decoder.convert(ByteChunk mb,
CharChunk cb) |
void |
B2CConverter.convert(ByteChunk bb,
CharChunk cb)
Convert a buffer of bytes into a chars
|
void |
B2CConverterBlocking.convert(ByteChunk bb,
CharChunk cb)
Deprecated.
|
void |
B2CConverter.convert(ByteChunk bb,
CharChunk cb,
int limit) |
void |
B2CConverterBlocking.convert(ByteChunk bb,
CharChunk cb,
int limit) |
static void |
URLDecoder.decode(BufferChunk srcBufferChunk,
ByteChunk dstByteChunk,
boolean allowEncodedSlash)
URLDecode the
BufferChunk |
static void |
URLDecoder.decode(ByteChunk byteChunk,
boolean allowEncodedSlash)
URLDecode the
ByteChunk |
static void |
URLDecoder.decode(ByteChunk srcByteChunk,
BufferChunk dstBufferChunk,
boolean allowEncodedSlash)
URLDecode the
ByteChunk |
static void |
URLDecoder.decode(ByteChunk srcByteChunk,
ByteChunk dstByteChunk,
boolean allowEncodedSlash)
URLDecode the
ByteChunk |
boolean |
DataChunk.equals(ByteChunk byteChunkToCheck)
Compares the message data to the specified ByteChunk.
|
boolean |
ByteChunk.equals(ByteChunk bb) |
boolean |
DataChunk.equalsIgnoreCase(ByteChunk byteChunkToCheck)
Compares the message data to the specified ByteChunk ignoring case considerations.
|
protected static String |
StringCache.find(ByteChunk name)
Find an entry given its name in the cache and return the associated String.
|
protected static int |
StringCache.findClosest(ByteChunk name,
StringCache.ByteEntry[] array,
int len)
Find an entry given its name in a sorted array of map elements.
|
static C2BConverter |
C2BConverter.getInstance(ByteChunk output,
String encoding) |
static DataChunk |
DataChunk.newInstance(ByteChunk byteChunk,
BufferChunk bufferChunk,
CharChunk charChunk,
String stringValue) |
static boolean |
HttpRequestURIDecoder.normalizeBytes(ByteChunk bc) |
void |
CharChunk.set(ByteChunk byteChunk,
Charset encoding)
|
void |
C2BConverter.setByteChunk(ByteChunk bb) |
int |
ByteChunk.substract(ByteChunk src) |
static String |
StringCache.toString(ByteChunk bc) |
static void |
CookieParserUtils.unescapeDoubleQuotes(ByteChunk bc)
Unescapes any double quotes in the given cookie value.
|
Constructor and Description |
---|
C2BConverter(ByteChunk output,
String encoding)
Create a converter, with bytes going to a byte buffer
|
DataChunk(ByteChunk byteChunk,
BufferChunk bufferChunk,
CharChunk charChunk,
String stringValue) |
Copyright © 2015 Oracle Corporation. All rights reserved.