void |
BufferChunk.append(BufferChunk bc) |
|
static void |
URLDecoder.decode(BufferChunk bufferChunk,
boolean allowEncodedSlash) |
|
static void |
URLDecoder.decode(BufferChunk srcBufferChunk,
BufferChunk dstBufferChunk,
boolean allowEncodedSlash) |
|
static void |
URLDecoder.decode(BufferChunk srcBufferChunk,
ByteChunk dstByteChunk,
boolean allowEncodedSlash) |
|
static void |
URLDecoder.decode(ByteChunk srcByteChunk,
BufferChunk dstBufferChunk,
boolean allowEncodedSlash) |
|
boolean |
DataChunk.equals(BufferChunk bufferChunkToCheck) |
Compares the message data to the specified BufferChunk.
|
boolean |
DataChunk.equalsIgnoreCase(BufferChunk bufferChunkToCheck) |
Compares the message data to the specified BufferChunk ignoring case considerations.
|
static DataChunk |
DataChunk.newInstance(ByteChunk byteChunk,
BufferChunk bufferChunk,
CharChunk charChunk,
String stringValue) |
|
static boolean |
HttpRequestURIDecoder.normalizeBuffer(BufferChunk bc) |
|
void |
CharChunk.set(BufferChunk bufferChunk,
Charset encoding) |
|
static void |
CookieParserUtils.unescapeDoubleQuotes(BufferChunk bc) |
Unescapes any double quotes in the given cookie value.
|