See: Description
| Interface | Description |
|---|---|
| IBuffer |
Basic unit of transport in Net4j.
|
| IBufferHandler |
Provides clients with the ability to pass
IBuffers in for further buffer handling. |
| IBufferPool |
Provides clients with the ability to obtain and retain pooled
IBuffers. |
| IBufferPool.Introspection |
Offers additional introspection features for
IBufferPools. |
| IBufferProvider |
Provides clients with the ability to obtain and retain
IBuffers. |
| IBufferProvider.Introspection |
Offers additional introspection features for
IBufferProviders. |
| Class | Description |
|---|---|
| BufferInputStream |
A
buffer handler that defragments the passed buffers into a continuous byte
sequence which is exposed as an input stream. |
| BufferOutputStream |
An
output stream that fragments the written byte sequence into fixed-sized buffers and passes them to configured buffer handler. |
| Enum | Description |
|---|---|
| BufferState |
Enumerates the internal states of an
IBuffer. |

Copyright (c) 2011-2015 Eike Stepper (Berlin, Germany) and others.