Class SecureChatServerHandler.Greeter
java.lang.Object
org.jboss.netty.example.securechat.SecureChatServerHandler.Greeter
- All Implemented Interfaces:
EventListener, ChannelFutureListener
- Enclosing class:
SecureChatServerHandler
private static final class SecureChatServerHandler.Greeter
extends Object
implements ChannelFutureListener
-
Field Summary
FieldsFields inherited from interface ChannelFutureListener
CLOSE, CLOSE_ON_FAILURE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidoperationComplete(ChannelFuture future) Invoked when the I/O operation associated with theChannelFuturehas been completed.
-
Field Details
-
sslHandler
-
-
Constructor Details
-
Greeter
Greeter(SslHandler sslHandler)
-
-
Method Details
-
operationComplete
Description copied from interface:ChannelFutureListenerInvoked when the I/O operation associated with theChannelFuturehas been completed.- Specified by:
operationCompletein interfaceChannelFutureListener- Parameters:
future- the sourceChannelFuturewhich called this callback- Throws:
Exception
-