protected abstract class AbstractEpollStreamChannel.SpliceInTask extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
SpliceInTask(int len,
io.netty.channel.ChannelPromise promise) |
| Modifier and Type | Method and Description |
|---|---|
protected int |
spliceIn(io.netty.channel.unix.FileDescriptor pipeOut,
io.netty.channel.RecvByteBufAllocator.Handle handle) |
protected SpliceInTask(int len,
io.netty.channel.ChannelPromise promise)
protected final int spliceIn(io.netty.channel.unix.FileDescriptor pipeOut,
io.netty.channel.RecvByteBufAllocator.Handle handle)
throws IOException
IOExceptionCopyright © 2008–2019 The Netty Project. All rights reserved.