public class SslInitializer
extends io.netty.channel.ChannelOutboundHandlerAdapter
Constructor and Description |
---|
SslInitializer(ChannelManager channelManager) |
Modifier and Type | Method and Description |
---|---|
void |
connect(io.netty.channel.ChannelHandlerContext ctx,
SocketAddress remoteAddress,
SocketAddress localAddress,
io.netty.channel.ChannelPromise promise) |
bind, close, deregister, disconnect, flush, read, write
exceptionCaught, handlerAdded, handlerRemoved, isSharable
public SslInitializer(ChannelManager channelManager)
public void connect(io.netty.channel.ChannelHandlerContext ctx, SocketAddress remoteAddress, SocketAddress localAddress, io.netty.channel.ChannelPromise promise) throws Exception
connect
in interface io.netty.channel.ChannelOutboundHandler
connect
in class io.netty.channel.ChannelOutboundHandlerAdapter
Exception
Copyright © 2015. All Rights Reserved.