@ThreadSafe public abstract class IoBufferPool extends UniqueObject implements Pool<IoBuffer,IOException>
Subclasses should be thread-safe.
| Constructor and Description |
|---|
IoBufferPool() |
| Modifier and Type | Method and Description |
|---|---|
void |
release(IoBuffer buffer)
Releases a previously allocated resource to this pool.
|
equals, hashCodepublic final void release(IoBuffer buffer) throws IOException
Poolrelease in interface Pool<IoBuffer,IOException>buffer - a resource.IOExceptionCopyright © 2012–2016 Schlichtherle IT Services. All rights reserved.