Package | Description |
---|---|
org.glassfish.grizzly.http.util |
Modifier and Type | Method and Description |
---|---|
BufferChunk |
DataChunk.getBufferChunk() |
Modifier and Type | Method and Description |
---|---|
void |
BufferChunk.append(BufferChunk bc) |
static void |
URLDecoder.decode(BufferChunk bufferChunk,
boolean allowEncodedSlash)
URLDecode the
BufferChunk |
static void |
URLDecoder.decode(BufferChunk srcBufferChunk,
BufferChunk dstBufferChunk,
boolean allowEncodedSlash)
URLDecode the
BufferChunk |
static void |
URLDecoder.decode(BufferChunk srcBufferChunk,
ByteChunk dstByteChunk,
boolean allowEncodedSlash)
URLDecode the
BufferChunk |
static void |
URLDecoder.decode(ByteChunk srcByteChunk,
BufferChunk dstBufferChunk,
boolean allowEncodedSlash)
URLDecode the
ByteChunk |
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)
Set
BufferChunk content to CharChunk using given Charset . |
static void |
CookieParserUtils.unescapeDoubleQuotes(BufferChunk bc)
Unescapes any double quotes in the given cookie value.
|
Constructor and Description |
---|
DataChunk(ByteChunk byteChunk,
BufferChunk bufferChunk,
CharChunk charChunk,
String stringValue) |
Copyright © 2015 Oracle Corporation. All rights reserved.