Package io.netty.channel.epoll
Class AbstractEpollStreamChannel.SpliceInTask
java.lang.Object
io.netty.channel.epoll.AbstractEpollStreamChannel.SpliceInTask
- Direct Known Subclasses:
AbstractEpollStreamChannel.SpliceFdTask
,AbstractEpollStreamChannel.SpliceInChannelTask
- Enclosing class:
AbstractEpollStreamChannel
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) abstract boolean
spliceIn
(RecvByteBufAllocator.Handle handle) protected final int
spliceIn
(FileDescriptor pipeOut, RecvByteBufAllocator.Handle handle)
-
Field Details
-
promise
-
len
int len
-
-
Constructor Details
-
SpliceInTask
-
-
Method Details
-
spliceIn
-
spliceIn
protected final int spliceIn(FileDescriptor pipeOut, RecvByteBufAllocator.Handle handle) throws IOException - Throws:
IOException
-