| Interface | Description |
|---|---|
| ByteBufferPool |
API for a pool of
ByteBuffers. |
| ListenableFuture<V> |
Extend
Future with the capability to accept completion callbacks. |
| Class | Description |
|---|---|
| ByteBufferQueue |
A helper class to make queuing up of data easier.
|
| ByteBufferQueueInputStream |
An
InputStream backed by a ByteBufferQueue. |
| ByteBufferQueueOutputStream |
An
OutputStream backed by a ByteBufferQueue. |
| ByteBufferUtils |
Utility methods to help working with
ByteBuffers. |
| Charsets |
Local implementation of standard charsets as the remoting library currently needs to be compiled against Java 6
signatures.
|
| DirectByteBufferPool |
A buffer pool that keeps a free list of
ByteBuffers of a specified default size in a simple fixed
size stack. |
| FastByteBufferQueueInputStream |
An
InputStream backed by a set number of bytes from the head of a ByteBufferQueue. |
| IOUtils |
I/O related utility methods.
|
| KeyUtils |
Utility methods to help working with
Key instances. |
| SettableFuture<V> |
A
Future that can be completed. |
| ThrowableUtils |
Utility methods to help when working with
Throwable instances. |
Copyright © 2004–2017. All rights reserved.