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 ChannelHandlerContextprivate final ChannelStateEventFields inherited from interface org.jboss.netty.channel.ChannelFutureListener
CLOSE, CLOSE_ON_FAILURE -
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionvoidoperationComplete(ChannelFuture sentGoAwayFuture) Invoked when the I/O operation associated with theChannelFuturehas been completed.
-
Field Details
-
ctx
-
e
-
-
Constructor Details
-
ClosingChannelFutureListener
ClosingChannelFutureListener(ChannelHandlerContext ctx, ChannelStateEvent e)
-
-
Method Details
-
operationComplete
Description copied from interface:ChannelFutureListenerInvoked when the I/O operation associated with theChannelFuturehas been completed.- Specified by:
operationCompletein interfaceChannelFutureListener- Parameters:
sentGoAwayFuture- the sourceChannelFuturewhich called this callback- Throws:
Exception
-