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