| Interface | Description |
|---|---|
| ByteBufferPool |
API for a pool of
ByteBuffers. |
| ListenableFuture<V> |
Extend
Future with the capability to accept completion callbacks. |
| Class | Description |
|---|---|
| AnonymousClassWarnings |
Issues warnings about attempts to (de-)serialize anonymous, local, or synthetic classes.
|
| 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. |
| DirectByteBufferPool |
A buffer pool that keeps a free list of
ByteBuffers of a specified default size in a simple fixed
size stack. |
| ExecutorServiceUtils |
Helper class for
ExecutorService operations. |
| 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. |
| LoggingChannelListener |
Channel listener which merely formats events to a logger.
|
| PathUtils |
Utilities for
Path handling. |
| SettableFuture<V> |
A
Future that can be completed. |
| ThrowableUtils |
Utility methods to help when working with
Throwable instances. |
| VersionNumber |
Immutable representation of a version number based on the Mercury version numbering scheme.
|
| Exception | Description |
|---|---|
| ExecutorServiceUtils.ExecutionRejectedException |
Wraps the runtime
RejectedExecutionException. |
| ExecutorServiceUtils.FatalRejectedExecutionException |
Version of
RejectedExecutionException, which treats the error as fatal. |
Copyright © 2004–2022. All rights reserved.