|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use org.apache.tomcat.util.buf | |
org.apache.tomcat.core | Architecture |
org.apache.tomcat.modules.server | Interceptors that are used to connect with a web server, including the standalone http implementation. |
org.apache.tomcat.util | Utilities used by the rest of com.sun.web.* |
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.threads |
Classes in org.apache.tomcat.util.buf used by org.apache.tomcat.core | |
ByteChunk.ByteOutputChannel
|
|
C2BConverter
Efficient conversion of character to bytes. |
|
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. |
|
TimeStamp
Main tool for object expiry. |
|
UDecoder
All URL decoding happens here. |
Classes in org.apache.tomcat.util.buf used by org.apache.tomcat.modules.server | |
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 | |
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.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.ByteOutputChannel
|
|
CharChunk
Utilities to manipluate char chunks. |
|
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
|
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.threads | |
TimeStamp
Main tool for object expiry. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |