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