@ThreadSafe public abstract class DecoratingIoBufferPool extends IoBufferPool
| Modifier and Type | Field and Description |
|---|---|
protected IoBufferPool |
pool |
| Modifier | Constructor and Description |
|---|---|
protected |
DecoratingIoBufferPool() |
protected |
DecoratingIoBufferPool(IoBufferPool pool) |
| Modifier and Type | Method and Description |
|---|---|
IoBuffer |
allocate() |
String |
toString()
Returns a string representation of this object for debugging and logging
purposes.
|
releaseequals, hashCode@Nullable protected IoBufferPool pool
protected DecoratingIoBufferPool()
protected DecoratingIoBufferPool(IoBufferPool pool)
public IoBuffer allocate() throws IOException
IOExceptionCopyright © 2012–2015 Schlichtherle IT Services. All rights reserved.