Package io.netty.channel.epoll
Class AbstractEpollStreamChannel.SpliceInTask
- java.lang.Object
-
- io.netty.channel.epoll.AbstractEpollStreamChannel.SpliceInTask
-
- Enclosing class:
- AbstractEpollStreamChannel
protected abstract class AbstractEpollStreamChannel.SpliceInTask extends java.lang.Object
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
SpliceInTask(int len, ChannelPromise promise)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected int
spliceIn(FileDescriptor pipeOut, RecvByteBufAllocator.Handle handle)
-
-
-
Constructor Detail
-
SpliceInTask
protected SpliceInTask(int len, ChannelPromise promise)
-
-
Method Detail
-
spliceIn
protected final int spliceIn(FileDescriptor pipeOut, RecvByteBufAllocator.Handle handle) throws java.io.IOException
- Throws:
java.io.IOException
-
-