private static final class NettyStream.PendingReader
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private AsyncCompletionHandler<ByteBuf> |
handler |
private int |
numBytes |
Modifier | Constructor and Description |
---|---|
private |
PendingReader(int numBytes,
AsyncCompletionHandler<ByteBuf> handler) |
private final int numBytes
private final AsyncCompletionHandler<ByteBuf> handler
private PendingReader(int numBytes, AsyncCompletionHandler<ByteBuf> handler)