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
protected abstract class AbstractEpollStreamChannel.SpliceInTask extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description (package private) int
len
(package private) ChannelPromise
promise
-
Constructor Summary
Constructors Modifier Constructor Description protected
SpliceInTask(int len, ChannelPromise promise)
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description (package private) abstract boolean
spliceIn(RecvByteBufAllocator.Handle handle)
protected int
spliceIn(FileDescriptor pipeOut, RecvByteBufAllocator.Handle handle)
-
-
-
Field Detail
-
promise
final ChannelPromise promise
-
len
int len
-
-
Constructor Detail
-
SpliceInTask
protected SpliceInTask(int len, ChannelPromise promise)
-
-
Method Detail
-
spliceIn
abstract boolean spliceIn(RecvByteBufAllocator.Handle handle)
-
spliceIn
protected final int spliceIn(FileDescriptor pipeOut, RecvByteBufAllocator.Handle handle) throws java.io.IOException
- Throws:
java.io.IOException
-
-