Uses of Class
com.sun.grizzly.util.buf.CharChunk

Packages that use CharChunk
com.sun.grizzly.tcp.http11   
com.sun.grizzly.util.buf   
 

Uses of CharChunk in com.sun.grizzly.tcp.http11
 

Fields in com.sun.grizzly.tcp.http11 declared as CharChunk
protected  CharChunk GrizzlyResponse.redirectURLCC
          Recyclable buffer to hold the redirect URL.
 

Methods in com.sun.grizzly.tcp.http11 with parameters of type CharChunk
protected  void InternalOutputBuffer.write(CharChunk cc)
          This method will write the contents of the specyfied char buffer to the output stream, without filtering.
 

Uses of CharChunk in com.sun.grizzly.util.buf
 

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

Methods in com.sun.grizzly.util.buf 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 B2CConverter.convert(ByteChunk bb, CharChunk cb)
          Convert a buffer of bytes into a chars
 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 © 2008 SUN Microsystems. All Rights Reserved.