| B2CConverter |
Efficient conversion of bytes to character .
|
| BufferChunk |
Buffer chunk representation.
|
| 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.
|
| CacheableDataChunk |
DataChunk implementation, which could be cached in the thread cache.
|
| CharChunk |
Utilities to manipulate 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.
|
| Chunk |
|
| ContentType |
This class serves as a Content-Type holder, plus it implements useful utility methods to work with content-type.
|
| ContentType.SettableContentType |
|
| DataChunk |
Buffer chunk representation.
|
| DataChunk.Type |
|
| Header |
Enumeration of all headers as defined in RFC 2616.
|
| HeaderValue |
This class serves as an HTTP header value holder, plus it implements useful utility methods to optimize headers
serialization.
|
| HttpStatus |
This enum encapsulates the HTTP response status and reason phrases as defined by RFC 2616.
|
| MessageBytes |
This class is used to represent a subarray of bytes in an HTTP message.
|
| MessageBytes.MessageBytesFactory |
|
| MimeHeaders |
Memory-efficient repository for Mime Headers.
|
| Parameters |
|
| StringCache.ByteEntry |
|
| StringCache.CharEntry |
|
| StringManager |
An internationalization / localization helper class which reduces the bother of handling ResourceBundles and takes
care of the common cases of message formatting which otherwise require the creation of Object arrays and such.
|
| UDecoder |
All URL decoding happens here.
|