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