private static final class SpdySessionHandler.ClosingChannelFutureListener extends java.lang.Object implements ChannelFutureListener
| Modifier and Type | Field and Description |
|---|---|
private ChannelHandlerContext |
ctx |
private ChannelStateEvent |
e |
CLOSE, CLOSE_ON_FAILURE| Constructor and Description |
|---|
ClosingChannelFutureListener(ChannelHandlerContext ctx,
ChannelStateEvent e) |
| Modifier and Type | Method and Description |
|---|---|
void |
operationComplete(ChannelFuture sentGoAwayFuture)
Invoked when the I/O operation associated with the
ChannelFuture
has been completed. |
private final ChannelHandlerContext ctx
private final ChannelStateEvent e
ClosingChannelFutureListener(ChannelHandlerContext ctx, ChannelStateEvent e)
public void operationComplete(ChannelFuture sentGoAwayFuture) throws java.lang.Exception
ChannelFutureListenerChannelFuture
has been completed.operationComplete in interface ChannelFutureListenersentGoAwayFuture - the source ChannelFuture which called this
callbackjava.lang.Exception