void |
ByteChunk.append(ByteChunk src) |
|
protected static int |
StringCache.compare(ByteChunk name,
byte[] compareTo) |
Compare given byte chunk with byte array.
|
void |
B2CConverter.convert(ByteChunk bb,
CharChunk cb) |
Convert a buffer of bytes into a chars
|
void |
B2CConverter.convert(ByteChunk bb,
CharChunk cb,
int limit) |
|
void |
B2CConverterBlocking.convert(ByteChunk bb,
CharChunk cb) |
Deprecated.
|
void |
B2CConverterBlocking.convert(ByteChunk bb,
CharChunk cb,
int limit) |
|
void |
UDecoder.convert(ByteChunk mb) |
URLDecode, will modify the source.
|
void |
UDecoder.convert(ByteChunk mb,
boolean query) |
|
static void |
UDecoder.convert(ByteChunk mb,
boolean query,
boolean allowEncodedSlash) |
|
static void |
URLDecoder.decode(BufferChunk srcBufferChunk,
ByteChunk dstByteChunk,
boolean allowEncodedSlash) |
|
static void |
URLDecoder.decode(ByteChunk byteChunk,
boolean allowEncodedSlash) |
|
static void |
URLDecoder.decode(ByteChunk srcByteChunk,
BufferChunk dstBufferChunk,
boolean allowEncodedSlash) |
|
static void |
URLDecoder.decode(ByteChunk srcByteChunk,
ByteChunk dstByteChunk,
boolean allowEncodedSlash) |
|
boolean |
ByteChunk.equals(ByteChunk bb) |
|
boolean |
DataChunk.equals(ByteChunk byteChunkToCheck) |
Compares the message data to the specified ByteChunk.
|
boolean |
DataChunk.equalsIgnoreCase(ByteChunk byteChunkToCheck) |
Compares the message data to the specified ByteChunk ignoring case considerations.
|
protected static String |
StringCache.find(ByteChunk name) |
Find an entry given its name in the cache and return the associated String.
|
protected static int |
StringCache.findClosest(ByteChunk name,
StringCache.ByteEntry[] array,
int len) |
Find an entry given its name in a sorted array of map elements.
|
static C2BConverter |
C2BConverter.getInstance(ByteChunk output,
String encoding) |
|
static DataChunk |
DataChunk.newInstance(ByteChunk byteChunk,
BufferChunk bufferChunk,
CharChunk charChunk,
String stringValue) |
|
static boolean |
HttpRequestURIDecoder.normalizeBytes(ByteChunk bc) |
|
void |
CharChunk.set(ByteChunk byteChunk,
Charset encoding) |
|
void |
C2BConverter.setByteChunk(ByteChunk bb) |
|
int |
ByteChunk.substract(ByteChunk src) |
|
static String |
StringCache.toString(ByteChunk bc) |
|
static void |
CookieParserUtils.unescapeDoubleQuotes(ByteChunk bc) |
Unescapes any double quotes in the given cookie value.
|