io.netty.channel.ChannelInitializer<io.netty.channel.AbstractChannel> |
BmpDispatcherUtil.CreateChannel.create(BmpSessionFactory sessionFactory,
BmpHandlerFactory hf,
BmpSessionListenerFactory slf) |
static io.netty.channel.ChannelInitializer<io.netty.channel.AbstractChannel> |
BmpDispatcherUtil.createChannelWithDecoder(BmpSessionFactory sessionFactory,
BmpHandlerFactory hf,
BmpSessionListenerFactory slf) |
static io.netty.channel.ChannelInitializer<io.netty.channel.AbstractChannel> |
BmpDispatcherUtil.createChannelWithEncoder(BmpSessionFactory sessionFactory,
BmpHandlerFactory hf,
BmpSessionListenerFactory slf) |
static io.netty.bootstrap.Bootstrap |
BmpDispatcherUtil.createClientBootstrap(BmpSessionFactory sessionFactory,
BmpHandlerFactory hf,
BmpDispatcherUtil.CreateChannel createChannel,
BmpSessionListenerFactory slf,
InetSocketAddress remoteAddress,
io.netty.channel.EventLoopGroup workerGroup,
int connectTimeout,
KeyMapping keys)
To be used by BMP Dispatcher mainly.
|
static io.netty.bootstrap.Bootstrap |
BmpDispatcherUtil.createClientBootstrap(BmpSessionFactory sessionFactory,
BmpHandlerFactory hf,
BmpDispatcherUtil.CreateChannel createChannel,
BmpSessionListenerFactory slf,
InetSocketAddress remoteAddress,
SocketAddress localAddress,
io.netty.channel.EventLoopGroup workerGroup,
int connectTimeout,
KeyMapping keys,
boolean reuseAddress,
boolean tryEpollSocket) |
static io.netty.bootstrap.ServerBootstrap |
BmpDispatcherUtil.createServerBootstrap(BmpSessionFactory sessionFactory,
BmpHandlerFactory hf,
BmpSessionListenerFactory slf,
BmpDispatcherUtil.CreateChannel createChannel,
io.netty.channel.EventLoopGroup bossGroup,
io.netty.channel.EventLoopGroup workerGroup,
KeyMapping keys)
To be used by BMP Dispatcher mainly.
|
static io.netty.bootstrap.ServerBootstrap |
BmpDispatcherUtil.createServerBootstrap(BmpSessionFactory sessionFactory,
BmpHandlerFactory hf,
BmpSessionListenerFactory slf,
BmpDispatcherUtil.CreateChannel createChannel,
io.netty.channel.EventLoopGroup bossGroup,
io.netty.channel.EventLoopGroup workerGroup,
KeyMapping keys,
boolean tryEpollSocket) |