private final class AbstractEpollStreamChannel.SpliceInChannelTask extends AbstractEpollStreamChannel.SpliceInTask implements ChannelFutureListener
| Modifier and Type | Field and Description |
|---|---|
private AbstractEpollStreamChannel |
ch |
len, promiseCLOSE, CLOSE_ON_FAILURE, FIRE_EXCEPTION_ON_FAILURE| Constructor and Description |
|---|
SpliceInChannelTask(AbstractEpollStreamChannel ch,
int len,
ChannelPromise promise) |
| Modifier and Type | Method and Description |
|---|---|
void |
operationComplete(ChannelFuture future)
Invoked when the operation associated with the
Future has been completed. |
boolean |
spliceIn(RecvByteBufAllocator.Handle handle) |
spliceInprivate final AbstractEpollStreamChannel ch
SpliceInChannelTask(AbstractEpollStreamChannel ch, int len, ChannelPromise promise)
public void operationComplete(ChannelFuture future) throws java.lang.Exception
GenericFutureListenerFuture has been completed.operationComplete in interface GenericFutureListener<ChannelFuture>future - the source Future which called this callbackjava.lang.Exceptionpublic boolean spliceIn(RecvByteBufAllocator.Handle handle)
spliceIn in class AbstractEpollStreamChannel.SpliceInTask