final class SocketSendBufferPool.PooledSendBuffer extends SocketSendBufferPool.UnpooledSendBuffer
| Modifier and Type | Field and Description |
|---|---|
private SocketSendBufferPool.Preallocation |
parent |
buffer, initialPos| Constructor and Description |
|---|
PooledSendBuffer(SocketSendBufferPool.Preallocation parent,
java.nio.ByteBuffer buffer) |
| Modifier and Type | Method and Description |
|---|---|
void |
release() |
finished, totalBytes, transferTo, transferTo, writtenBytesprivate final SocketSendBufferPool.Preallocation parent
PooledSendBuffer(SocketSendBufferPool.Preallocation parent, java.nio.ByteBuffer buffer)
public void release()
release in interface SocketSendBufferPool.SendBufferrelease in class SocketSendBufferPool.UnpooledSendBuffer