protected abstract class AbstractEpollStreamChannel.SpliceInTask
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
(package private) int |
len |
(package private) ChannelPromise |
promise |
Modifier | Constructor and Description |
---|---|
protected |
SpliceInTask(int len,
ChannelPromise promise) |
Modifier and Type | Method and Description |
---|---|
protected int |
spliceIn(FileDescriptor pipeOut,
RecvByteBufAllocator.Handle handle) |
(package private) abstract boolean |
spliceIn(RecvByteBufAllocator.Handle handle) |
final ChannelPromise promise
int len
protected SpliceInTask(int len, ChannelPromise promise)
abstract boolean spliceIn(RecvByteBufAllocator.Handle handle)
protected final int spliceIn(FileDescriptor pipeOut, RecvByteBufAllocator.Handle handle) throws java.io.IOException
java.io.IOException