Class SslHandler.ClosingChannelFutureListener
java.lang.Object
org.jboss.netty.handler.ssl.SslHandler.ClosingChannelFutureListener
- All Implemented Interfaces:
EventListener, ChannelFutureListener
- Enclosing class:
SslHandler
private static final class SslHandler.ClosingChannelFutureListener
extends Object
implements ChannelFutureListener
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final ChannelHandlerContextprivate final ChannelStateEventFields inherited from interface ChannelFutureListener
CLOSE, CLOSE_ON_FAILURE -
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionvoidoperationComplete(ChannelFuture closeNotifyFuture) Invoked when the I/O operation associated with theChannelFuturehas been completed.
-
Field Details
-
context
-
e
-
-
Constructor Details
-
ClosingChannelFutureListener
ClosingChannelFutureListener(ChannelHandlerContext context, 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:
closeNotifyFuture- the sourceChannelFuturewhich called this callback- Throws:
Exception
-