|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ByteChunk | |
|---|---|
| org.glassfish.grizzly.http.util | |
| Uses of ByteChunk in org.glassfish.grizzly.http.util |
|---|
| Fields in org.glassfish.grizzly.http.util declared as ByteChunk | |
|---|---|
protected ByteChunk |
C2BConverter.bb
|
| Methods in org.glassfish.grizzly.http.util that return ByteChunk | |
|---|---|
ByteChunk |
MessageBytes.getByteChunk()
Returns the byte chunk, representing the byte[] and offset/length. |
ByteChunk |
C2BConverter.getByteChunk()
|
ByteChunk |
ByteChunk.getClone()
|
| Methods in org.glassfish.grizzly.http.util with parameters of type ByteChunk | |
|---|---|
void |
ByteChunk.append(ByteChunk src)
|
protected static int |
StringCache.compare(ByteChunk name,
byte[] compareTo)
Compare given byte chunk with byte array. |
void |
UDecoder.convert(ByteChunk mb)
URLDecode, will modify the source. |
void |
UDecoder.convert(ByteChunk mb,
boolean query)
URLDecode the ByteChunk |
static void |
UDecoder.convert(ByteChunk mb,
boolean query,
boolean allowEncodedSlash)
URLDecode the ByteChunk |
void |
UTF8Decoder.convert(ByteChunk mb,
CharChunk cb)
|
void |
B2CConverterBlocking.convert(ByteChunk bb,
CharChunk cb)
Deprecated. |
void |
B2CConverter.convert(ByteChunk bb,
CharChunk cb)
Convert a buffer of bytes into a chars |
void |
B2CConverterBlocking.convert(ByteChunk bb,
CharChunk cb,
int limit)
|
void |
B2CConverter.convert(ByteChunk bb,
CharChunk cb,
int limit)
|
boolean |
ByteChunk.equals(ByteChunk bb)
|
protected static java.lang.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,
java.lang.String encoding)
|
static boolean |
HttpRequestURIDecoder.normalizeBytes(ByteChunk bc)
|
void |
C2BConverter.setByteChunk(ByteChunk bb)
|
int |
ByteChunk.substract(ByteChunk src)
|
static java.lang.String |
StringCache.toString(ByteChunk bc)
|
| Constructors in org.glassfish.grizzly.http.util with parameters of type ByteChunk | |
|---|---|
C2BConverter(ByteChunk output,
java.lang.String encoding)
Create a converter, with bytes going to a byte buffer |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||