Package io.netty.handler.codec.spdy
Class SpdySessionHandler.ClosingChannelFutureListener
java.lang.Object
io.netty.handler.codec.spdy.SpdySessionHandler.ClosingChannelFutureListener
- All Implemented Interfaces:
ChannelFutureListener,GenericFutureListener<ChannelFuture>,EventListener
- Enclosing class:
SpdySessionHandler
private static final class SpdySessionHandler.ClosingChannelFutureListener
extends Object
implements ChannelFutureListener
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final ChannelHandlerContextprivate final ChannelPromiseFields inherited from interface io.netty.channel.ChannelFutureListener
CLOSE, CLOSE_ON_FAILURE, FIRE_EXCEPTION_ON_FAILURE -
Constructor Summary
ConstructorsConstructorDescriptionClosingChannelFutureListener(ChannelHandlerContext ctx, ChannelPromise promise) -
Method Summary
Modifier and TypeMethodDescriptionvoidoperationComplete(ChannelFuture sentGoAwayFuture) Invoked when the operation associated with theFuturehas been completed.
-
Field Details
-
ctx
-
promise
-
-
Constructor Details
-
ClosingChannelFutureListener
ClosingChannelFutureListener(ChannelHandlerContext ctx, ChannelPromise promise)
-
-
Method Details
-
operationComplete
Description copied from interface:GenericFutureListenerInvoked when the operation associated with theFuturehas been completed.- Specified by:
operationCompletein interfaceGenericFutureListener<ChannelFuture>- Parameters:
sentGoAwayFuture- the sourceFuturewhich called this callback- Throws:
Exception
-