@Version(value="${api_version}")
See: Description
Interface | Description |
---|---|
AvailabilityListener |
Used to notify interested objects about the changed availability
of permits.
|
BufferCollector<B extends ManagedBuffer<?>> |
Defines the method of a buffer collector.
|
ManagedBufferPool.ManagedBufferPoolMXBean |
An MBean interface for getting information about the managed
buffer pools.
|
Class | Description |
---|---|
ByteBufferOutputStream |
An
OutputStream that is backed by ByteBuffer s obtained from a
queue. |
CharBufferWriter |
An
Writer that is backed by CharBuffer s obtained from a
queue. |
InputStreamPipeline |
Forwards the content of an input stream as a sequence of
Output
events. |
LinkedIOSubchannel |
Provides an I/O subchannel that is linked to another I/O subchannel.
|
ManagedBuffer<T extends Buffer> |
A wrapper around a
Buffer that maintains a lock count for that
buffer. |
ManagedBufferPool<W extends ManagedBuffer<T>,T extends Buffer> |
A queue based buffer pool.
|
ManagedBufferPool.ManagedBufferPoolMXBean.PoolInfo |
Information about a single managed pool.
|
ManagedBufferPool.ManagedBufferPoolMXBean.PoolInfos |
Three views on the existing pool.
|
PermitsPool |
A class that manages a set of permits and notifies listeners
about changes of availability.
|
Utility classes, mainly for adapted buffers to specific needs.