private final class AbstractEpollStreamChannel.SpliceInChannelTask extends AbstractEpollStreamChannel.SpliceInTask implements ChannelFutureListener
Modifier and Type | Field and Description |
---|---|
private AbstractEpollStreamChannel |
ch |
len, promise
CLOSE, 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) |
spliceIn
private final AbstractEpollStreamChannel ch
SpliceInChannelTask(AbstractEpollStreamChannel ch, int len, ChannelPromise promise)
public void operationComplete(ChannelFuture future) throws java.lang.Exception
GenericFutureListener
Future
has been completed.operationComplete
in interface GenericFutureListener<ChannelFuture>
future
- the source Future
which called this callbackjava.lang.Exception
public boolean spliceIn(RecvByteBufAllocator.Handle handle)
spliceIn
in class AbstractEpollStreamChannel.SpliceInTask