|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BufferChunk | |
|---|---|
| org.glassfish.grizzly.http.util | |
| Uses of BufferChunk in org.glassfish.grizzly.http.util |
|---|
| Methods in org.glassfish.grizzly.http.util that return BufferChunk | |
|---|---|
BufferChunk |
DataChunk.getBufferChunk()
|
| Methods in org.glassfish.grizzly.http.util with parameters of type BufferChunk | |
|---|---|
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 |
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. |
| Constructors in org.glassfish.grizzly.http.util with parameters of type BufferChunk | |
|---|---|
DataChunk(ByteChunk byteChunk,
BufferChunk bufferChunk,
CharChunk charChunk,
String stringValue)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||