protected abstract class AbstractEpollStreamChannel.SpliceInTask extends MpscLinkedQueueNode<AbstractEpollStreamChannel.SpliceInTask>
Modifier | Constructor and Description |
---|---|
protected |
SpliceInTask(int len,
ChannelPromise promise) |
Modifier and Type | Method and Description |
---|---|
protected int |
spliceIn(int pipeOut,
RecvByteBufAllocator.Handle handle) |
AbstractEpollStreamChannel.SpliceInTask |
value() |
clearMaybe
protected SpliceInTask(int len, ChannelPromise promise)
public AbstractEpollStreamChannel.SpliceInTask value()
value
in class MpscLinkedQueueNode<AbstractEpollStreamChannel.SpliceInTask>
protected final int spliceIn(int pipeOut, RecvByteBufAllocator.Handle handle) throws IOException
IOException
Copyright © 2008–2015 The Netty Project. All rights reserved.