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 Object
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedSpliceInTask(int len, io.netty.channel.ChannelPromise promise)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected intspliceIn(io.netty.channel.unix.FileDescriptor pipeOut, io.netty.channel.RecvByteBufAllocator.Handle handle)
-
-
-
Method Detail
-
spliceIn
protected final int spliceIn(io.netty.channel.unix.FileDescriptor pipeOut, io.netty.channel.RecvByteBufAllocator.Handle handle) throws IOException- Throws:
IOException
-
-