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

Packages that use org.apache.tomcat.util.buf
com.sun.enterprise.web.connector.grizzly   
com.sun.enterprise.web.connector.grizzly.async   
com.sun.enterprise.web.connector.grizzly.handlers   
com.sun.enterprise.web.connector.grizzly.ssl   
com.sun.enterprise.web.connector.grizzly.standalone   
org.apache.coyote   
org.apache.coyote.http11   
org.apache.coyote.http11.filters   
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   
org.apache.tomcat.util.threads   
 

Classes in org.apache.tomcat.util.buf used by com.sun.enterprise.web.connector.grizzly
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 org.apache.tomcat.util.buf used by com.sun.enterprise.web.connector.grizzly.async
ByteChunk.ByteOutputChannel
           
 

Classes in org.apache.tomcat.util.buf used by com.sun.enterprise.web.connector.grizzly.handlers
ByteChunk
          This class is used to represent a chunk of bytes, and utilities to manipulate byte[].
 

Classes in org.apache.tomcat.util.buf used by com.sun.enterprise.web.connector.grizzly.ssl
ByteChunk.ByteOutputChannel
           
 

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

Classes in org.apache.tomcat.util.buf used by org.apache.coyote
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.coyote.http11
ByteChunk
          This class is used to represent a chunk of bytes, and utilities to manipulate byte[].
ByteChunk.ByteOutputChannel
           
CharChunk
          Utilities to manipluate char chunks.
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.coyote.http11.filters
ByteChunk
          This class is used to represent a chunk of bytes, and utilities to manipulate byte[].
 

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
           
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 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
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.
 

Classes in org.apache.tomcat.util.buf used by org.apache.tomcat.util.threads
TimeStamp
          Main tool for object expiry.
 



Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.