public class CertificateHandler
extends io.netty.channel.ChannelOutboundHandlerAdapter
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
PIPELINE_CERTIFICATE_HANDLER |
| Constructor and Description |
|---|
CertificateHandler(io.netty.handler.ssl.SslHandler sslHandler) |
| Modifier and Type | Method and Description |
|---|---|
void |
flush(io.netty.channel.ChannelHandlerContext ctx) |
void |
write(io.netty.channel.ChannelHandlerContext ctx,
java.lang.Object msg,
io.netty.channel.ChannelPromise promise) |
bind, close, connect, deregister, disconnect, readensureNotSharable, exceptionCaught, handlerAdded, handlerRemoved, isSharablepublic static final java.lang.String PIPELINE_CERTIFICATE_HANDLER
public CertificateHandler(io.netty.handler.ssl.SslHandler sslHandler)
public void write(io.netty.channel.ChannelHandlerContext ctx,
java.lang.Object msg,
io.netty.channel.ChannelPromise promise)
write in interface io.netty.channel.ChannelOutboundHandlerwrite in class io.netty.channel.ChannelOutboundHandlerAdapterpublic void flush(io.netty.channel.ChannelHandlerContext ctx)
flush in interface io.netty.channel.ChannelOutboundHandlerflush in class io.netty.channel.ChannelOutboundHandlerAdapter