private final class AsynchronousSocketChannelStream.BasicCompletionHandler extends AsynchronousSocketChannelStream.BaseCompletionHandler<ByteBuf,java.lang.Integer,java.lang.Void>
| Modifier and Type | Field and Description |
|---|---|
private java.util.concurrent.atomic.AtomicReference<ByteBuf> |
byteBufReference |
| Modifier | Constructor and Description |
|---|---|
private |
BasicCompletionHandler(ByteBuf dst,
AsyncCompletionHandler<ByteBuf> handler) |
| Modifier and Type | Method and Description |
|---|---|
void |
completed(java.lang.Integer result,
java.lang.Void attachment) |
void |
failed(java.lang.Throwable t,
java.lang.Void attachment) |
getHandlerAndClearprivate final java.util.concurrent.atomic.AtomicReference<ByteBuf> byteBufReference
private BasicCompletionHandler(ByteBuf dst, AsyncCompletionHandler<ByteBuf> handler)