Uses of Package
org.apache.tomcat.util.buf

Packages that use org.apache.tomcat.util.buf
org.apache.tomcat.util.buf Buffers and Encodings 
org.apache.tomcat.util.collections Specialized collections 
org.apache.tomcat.util.http Special utils for handling HTTP-specific entities - headers, parameters, cookies, etc. 
org.apache.tomcat.util.http.mapper   
 

Classes in org.apache.tomcat.util.buf used by org.apache.tomcat.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
          Input interface, used when the buffer is emptiy Same as java.nio.channel.ReadableByteChannel
ByteChunk.ByteOutputChannel
          Same as java.nio.channel.WrittableByteChannel.
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 org.apache.tomcat.util.buf used by org.apache.tomcat.util.collections
MessageBytes
          This class is used to represent a subarray of bytes in an HTTP message.
 

Classes in org.apache.tomcat.util.buf used by org.apache.tomcat.util.http
ByteChunk
          This class is used to represent a chunk of bytes, and utilities to manipulate byte[].
MessageBytes
          This class is used to represent a subarray of bytes in an HTTP message.
UDecoder
          All URL decoding happens here.
 

Classes in org.apache.tomcat.util.buf used by org.apache.tomcat.util.http.mapper
MessageBytes
          This class is used to represent a subarray of bytes in an HTTP message.
 



Copyright © 2003-2009 The Apache Software Foundation. All Rights Reserved.