| Class | Description |
|---|---|
| ByteBufferPool |
A thread-safe shared pool of
PoolableByteBuffers. |
| PoolableByteBuffer |
Holds a reusable
ByteBuffer. |
| Utf8StringDecoder |
Decodes
Strings from UTF-8. |
| Utf8StringDecoderPool |
A thread-safe shared pool of
Utf8StringDecoders that can be used for UTF8 decoding. |
| Utf8StringEncoder |
Encodes
Strings to UTF-8. |
| Utf8StringEncoder.Result |
Represents the result of a
Utf8StringEncoder.encode(String) operation. |
| Utf8StringEncoderPool |
A thread-safe shared pool of
Utf8StringEncoders that can be used for UTF8 encoding. |