Package org.jboss.netty.handler.ssl
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 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 closeNotifyFuture) Invoked when the I/O operation associated with theChannelFuture
has been completed.
-
Field Details
-
context
-
e
-
-
Constructor Details
-
ClosingChannelFutureListener
ClosingChannelFutureListener(ChannelHandlerContext context, 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:
closeNotifyFuture
- the sourceChannelFuture
which called this callback- Throws:
Exception
-