Uses of Package
com.sun.grizzly.util.buf

Packages that use com.sun.grizzly.util.buf
com.sun.grizzly.http   
com.sun.grizzly.ssl   
com.sun.grizzly.standalone   
com.sun.grizzly.tcp   
com.sun.grizzly.tcp.http11   
com.sun.grizzly.tcp.http11.filters   
com.sun.grizzly.util.buf   
com.sun.grizzly.util.collections   
com.sun.grizzly.util.http   
com.sun.grizzly.util.http.mapper   
 

Classes in com.sun.grizzly.util.buf used by com.sun.grizzly.http
ByteChunk
          This class is used to represent a chunk of bytes, and utilities to manipulate byte[].
ByteChunk.ByteOutputChannel
           
MessageBytes
          This class is used to represent a subarray of bytes in an HTTP message.
 

Classes in com.sun.grizzly.util.buf used by com.sun.grizzly.ssl
ByteChunk.ByteOutputChannel
           
 

Classes in com.sun.grizzly.util.buf used by com.sun.grizzly.standalone
ByteChunk
          This class is used to represent a chunk of bytes, and utilities to manipulate byte[].
 

Classes in com.sun.grizzly.util.buf used by com.sun.grizzly.tcp
ByteChunk
          This class is used to represent a chunk of bytes, and utilities to manipulate byte[].
ByteChunk.ByteInputChannel
           
MessageBytes
          This class is used to represent a subarray of bytes in an HTTP message.
UDecoder
          All URL decoding happens here.
 

Classes in com.sun.grizzly.util.buf used by com.sun.grizzly.tcp.http11
B2CConverter
          Efficient conversion of bytes to character .
ByteChunk
          This class is used to represent a chunk of bytes, and utilities to manipulate byte[].
ByteChunk.ByteInputChannel
           
ByteChunk.ByteOutputChannel
           
C2BConverter
          Efficient conversion of character to bytes.
CharChunk
          Utilities to manipluate char chunks.
CharChunk.CharInputChannel
           
CharChunk.CharOutputChannel
          When we need more space we'll either grow the buffer ( up to the limit ) or send it to a channel.
MessageBytes
          This class is used to represent a subarray of bytes in an HTTP message.
UEncoder
          Efficient implementation for encoders.
 

Classes in com.sun.grizzly.util.buf used by com.sun.grizzly.tcp.http11.filters
ByteChunk
          This class is used to represent a chunk of bytes, and utilities to manipulate byte[].
 

Classes in com.sun.grizzly.util.buf used by com.sun.grizzly.util.buf
B2CConverter
          Efficient conversion of bytes to character .
ByteChunk
          This class is used to represent a chunk of bytes, and utilities to manipulate byte[].
ByteChunk.ByteInputChannel
           
ByteChunk.ByteOutputChannel
           
C2BConverter
          Efficient conversion of character to bytes.
CharChunk
          Utilities to manipluate char chunks.
CharChunk.CharInputChannel
           
CharChunk.CharOutputChannel
          When we need more space we'll either grow the buffer ( up to the limit ) or send it to a channel.
MessageBytes
          This class is used to represent a subarray of bytes in an HTTP message.
MessageBytes.MessageBytesFactory
           
StringCache.ByteEntry
           
StringCache.CharEntry
           
 

Classes in com.sun.grizzly.util.buf used by com.sun.grizzly.util.collections
MessageBytes
          This class is used to represent a subarray of bytes in an HTTP message.
 

Classes in com.sun.grizzly.util.buf used by com.sun.grizzly.util.http
MessageBytes
          This class is used to represent a subarray of bytes in an HTTP message.
UDecoder
          All URL decoding happens here.
 

Classes in com.sun.grizzly.util.buf used by com.sun.grizzly.util.http.mapper
MessageBytes
          This class is used to represent a subarray of bytes in an HTTP message.
 



Copyright © 2009 SUN Microsystems. All Rights Reserved.