Package | Description |
---|---|
org.glassfish.grizzly.http.server | |
org.glassfish.grizzly.http.util |
Modifier and Type | Field and Description |
---|---|
protected CharChunk |
Response.redirectURLCC
Recyclable buffer to hold the redirect URL.
|
Modifier and Type | Method and Description |
---|---|
CharChunk |
DataChunk.getCharChunk() |
CharChunk |
MessageBytes.getCharChunk()
Returns the char chunk, representing the char[] and offset/length.
|
CharChunk |
CharChunk.getClone() |
Modifier and Type | Method and Description |
---|---|
void |
CharChunk.append(CharChunk src) |
static boolean |
HttpRequestURIDecoder.checkNormalize(CharChunk uriCC)
Check that the URI is normalized following character decoding.
|
protected static int |
StringCache.compare(CharChunk name,
char[] compareTo)
Compare given char chunk with char array.
|
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) |
void |
UDecoder.convert(CharChunk mb)
In-buffer processing - the buffer will be modified
Includes converting '+' to ' '.
|
static void |
UDecoder.convert(CharChunk mb,
boolean query)
In-buffer processing - the buffer will be modified
|
static void |
URLDecoder.decode(CharChunk charChunk,
boolean allowEncodedSlash)
URLDecode the
CharChunk |
static void |
URLDecoder.decode(CharChunk srcCharChunk,
CharChunk dstCharChunk,
boolean allowEncodedSlash)
URLDecode the
CharChunk |
static void |
URLDecoder.decode(CharChunk srcCharChunk,
CharChunk dstCharChunk,
boolean allowEncodedSlash,
String enc)
URLDecode the
CharChunk |
static void |
URLDecoder.decodeAscii(CharChunk srcCharChunk,
CharChunk dstCharChunk,
boolean allowEncodedSlash)
URLDecode the
CharChunk |
boolean |
DataChunk.equals(CharChunk charChunkToCheck)
Compares the message data to the specified CharChunk.
|
boolean |
CharChunk.equals(CharChunk cc) |
boolean |
ByteChunk.equals(CharChunk cc) |
boolean |
DataChunk.equalsIgnoreCase(CharChunk charChunkToCheck)
Compares the message data to the specified CharChunk ignoring case considerations.
|
protected static String |
StringCache.find(CharChunk name)
Find an entry given its name in the cache and return the associated String.
|
protected static int |
StringCache.findClosest(CharChunk name,
StringCache.CharEntry[] array,
int len)
Find an entry given its name in a sorted array of map elements.
|
static DataChunk |
DataChunk.newInstance(ByteChunk byteChunk,
BufferChunk bufferChunk,
CharChunk charChunk,
String stringValue) |
static boolean |
HttpRequestURIDecoder.normalizeChars(CharChunk uriCC) |
int |
CharChunk.substract(CharChunk src) |
static String |
StringCache.toString(CharChunk cc) |
static void |
CookieParserUtils.unescapeDoubleQuotes(CharChunk cc)
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.