public class DeferSslHandler
extends io.netty.channel.ChannelDuplexHandler
ChannelHandler
that holds a place in a pipeline, allowing us to defer adding the SslHandler
.Modifier and Type | Method and Description |
---|---|
void |
ready()
Indicates that we are ready to stop deferring, and add the deferred
SslHandler . |
bind, close, connect, deregister, disconnect, flush, read, write
channelActive, channelInactive, channelRead, channelReadComplete, channelRegistered, channelUnregistered, channelWritabilityChanged, exceptionCaught, userEventTriggered
ensureNotSharable, handlerAdded, handlerRemoved, isSharable