|
||||||||||
| 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)
|
int |
UTF8Decoder.convert(BufferChunk bc,
char[] c,
int offset)
Converts the BufferChunk to char[] using UTF8 encoding. |
void |
UTF8Decoder.convert(BufferChunk bc,
CharChunk cc)
|
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 DataChunk |
DataChunk.newInstance(BufferChunk bufferChunk,
CharChunk charChunk,
String stringValue)
|
static boolean |
HttpRequestURIDecoder.normalizeBuffer(BufferChunk bc)
|
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(BufferChunk bufferChunk,
CharChunk charChunk,
String stringValue)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||