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 org.jboss.netty.channel.ChannelFutureListener
CLOSE, CLOSE_ON_FAILURE
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
operationComplete
(ChannelFuture future) Invoked when the I/O operation associated with theChannelFuture
has been completed.
-
Field Details
-
sslHandler
-
-
Constructor Details
-
Greeter
Greeter(SslHandler sslHandler)
-
-
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:
future
- the sourceChannelFuture
which called this callback- Throws:
Exception
-