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 ChannelHandlerContext
private final ChannelPromise
Fields 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 TypeMethodDescriptionvoid
operationComplete
(ChannelFuture sentGoAwayFuture) Invoked when the operation associated with theFuture
has been completed.
-
Field Details
-
ctx
-
promise
-
-
Constructor Details
-
ClosingChannelFutureListener
ClosingChannelFutureListener(ChannelHandlerContext ctx, ChannelPromise promise)
-
-
Method Details
-
operationComplete
Description copied from interface:GenericFutureListener
Invoked when the operation associated with theFuture
has been completed.- Specified by:
operationComplete
in interfaceGenericFutureListener<ChannelFuture>
- Parameters:
sentGoAwayFuture
- the sourceFuture
which called this callback- Throws:
Exception
-