| Interface | Description |
|---|---|
| BufferAvailabilityListener |
This interface must be implemented to receive an asynchronous callback from
a
BufferProvider as soon as a buffer has become available again. |
| BufferProvider | |
| BufferProviderBroker | |
| LocalBufferPoolOwner |
A local buffer pool owner is an object which initially retrieves its buffers from the
GlobalBufferPool and
manages its fraction of the overall buffer pool locally by means of a LocalBufferPool. |
| Class | Description |
|---|---|
| DiscardBufferPool | |
| GlobalBufferPool |
A global buffer pool for the network stack.
|
| LocalBufferPool |
A buffer pool used to manage a designated number of buffers from a
GlobalBufferPool. |
| Enum | Description |
|---|---|
| BufferProvider.BufferAvailabilityRegistration |
Copyright © 2014 The Apache Software Foundation. All rights reserved.