Class SpdySessionHandler.ClosingChannelFutureListener
java.lang.Object
org.jboss.netty.handler.codec.spdy.SpdySessionHandler.ClosingChannelFutureListener
- All Implemented Interfaces:
EventListener
,ChannelFutureListener
- Enclosing class:
SpdySessionHandler
private static final class SpdySessionHandler.ClosingChannelFutureListener
extends Object
implements ChannelFutureListener
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final ChannelHandlerContext
private final ChannelStateEvent
Fields inherited from interface org.jboss.netty.channel.ChannelFutureListener
CLOSE, CLOSE_ON_FAILURE
-
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionvoid
operationComplete
(ChannelFuture sentGoAwayFuture) Invoked when the I/O operation associated with theChannelFuture
has been completed.
-
Field Details
-
ctx
-
e
-
-
Constructor Details
-
ClosingChannelFutureListener
ClosingChannelFutureListener(ChannelHandlerContext ctx, ChannelStateEvent e)
-
-
Method Details
-
operationComplete
Description copied from interface:ChannelFutureListener
Invoked when the I/O operation associated with theChannelFuture
has been completed.- Specified by:
operationComplete
in interfaceChannelFutureListener
- Parameters:
sentGoAwayFuture
- the sourceChannelFuture
which called this callback- Throws:
Exception
-