Uses of Class
org.glassfish.grizzly.http.util.ByteChunk

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 DataChunk.getByteChunk()
           
 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)
           
static void URLDecoder.decode(BufferChunk srcBufferChunk, ByteChunk dstByteChunk, boolean allowEncodedSlash)
          URLDecode the BufferChunk
static void URLDecoder.decode(ByteChunk byteChunk, boolean allowEncodedSlash)
          URLDecode the ByteChunk
static void URLDecoder.decode(ByteChunk srcByteChunk, BufferChunk dstBufferChunk, boolean allowEncodedSlash)
          URLDecode the ByteChunk
static void URLDecoder.decode(ByteChunk srcByteChunk, ByteChunk dstByteChunk, boolean allowEncodedSlash)
          URLDecode the ByteChunk
 boolean ByteChunk.equals(ByteChunk bb)
           
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)
          Set ByteChunk content to CharChunk using given Charset.
 void C2BConverter.setByteChunk(ByteChunk bb)
           
 int ByteChunk.substract(ByteChunk src)
           
static String StringCache.toString(ByteChunk bc)
           
 

Constructors in org.glassfish.grizzly.http.util with parameters of type ByteChunk
C2BConverter(ByteChunk output, String encoding)
          Create a converter, with bytes going to a byte buffer
DataChunk(ByteChunk byteChunk, BufferChunk bufferChunk, CharChunk charChunk, String stringValue)
           
 



Copyright © 2012 Oracle Corporation. All Rights Reserved.