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

Packages that use CharChunk
org.glassfish.grizzly.http.util   
 

Uses of CharChunk in org.glassfish.grizzly.http.util
 

Methods in org.glassfish.grizzly.http.util that return CharChunk
 CharChunk MessageBytes.getCharChunk()
          Returns the char chunk, representing the char[] and offset/length.
 CharChunk CharChunk.getClone()
           
 

Methods in org.glassfish.grizzly.http.util with parameters of type CharChunk
 void CharChunk.append(CharChunk src)
           
protected static int StringCache.compare(CharChunk name, char[] compareTo)
          Compare given char chunk with char array.
 void UTF8Decoder.convert(ByteChunk mb, CharChunk cb)
           
 void B2CConverterBlocking.convert(ByteChunk bb, CharChunk cb)
          Deprecated.  
 void B2CConverter.convert(ByteChunk bb, CharChunk cb)
          Deprecated.  
 void B2CConverterBlocking.convert(ByteChunk bb, CharChunk cb, int limit)
           
 void B2CConverter.convert(ByteChunk bb, CharChunk cb, int limit)
           
 void UDecoder.convert(CharChunk mb)
          In-buffer processing - the buffer will be modified Includes converting '+' to ' '.
 void UDecoder.convert(CharChunk mb, boolean query)
          In-buffer processing - the buffer will be modified
 boolean CharChunk.equals(CharChunk cc)
           
 boolean ByteChunk.equals(CharChunk cc)
           
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.
 int CharChunk.substract(CharChunk src)
           
static String StringCache.toString(CharChunk cc)
           
 



Copyright © 2010 Oracle Corpration. All Rights Reserved.