public final class BmpDispatcherUtil extends Object
Modifier and Type | Class and Description |
---|---|
static interface |
BmpDispatcherUtil.CreateChannel |
Modifier and Type | Method and Description |
---|---|
static io.netty.channel.ChannelInitializer<io.netty.channel.AbstractChannel> |
createChannelWithDecoder(BmpSessionFactory sessionFactory,
BmpHandlerFactory hf,
BmpSessionListenerFactory slf) |
static io.netty.channel.ChannelInitializer<io.netty.channel.AbstractChannel> |
createChannelWithEncoder(BmpSessionFactory sessionFactory,
BmpHandlerFactory hf,
BmpSessionListenerFactory slf) |
static io.netty.bootstrap.Bootstrap |
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 |
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 |
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 |
createServerBootstrap(BmpSessionFactory sessionFactory,
BmpHandlerFactory hf,
BmpSessionListenerFactory slf,
BmpDispatcherUtil.CreateChannel createChannel,
io.netty.channel.EventLoopGroup bossGroup,
io.netty.channel.EventLoopGroup workerGroup,
KeyMapping keys,
boolean tryEpollSocket) |
public static io.netty.channel.ChannelInitializer<io.netty.channel.AbstractChannel> createChannelWithDecoder(@Nonnull BmpSessionFactory sessionFactory, @Nonnull BmpHandlerFactory hf, @Nullable BmpSessionListenerFactory slf)
public static io.netty.channel.ChannelInitializer<io.netty.channel.AbstractChannel> createChannelWithEncoder(@Nonnull BmpSessionFactory sessionFactory, @Nonnull BmpHandlerFactory hf, @Nullable BmpSessionListenerFactory slf)
public static io.netty.bootstrap.ServerBootstrap createServerBootstrap(@Nonnull BmpSessionFactory sessionFactory, @Nonnull BmpHandlerFactory hf, @Nullable BmpSessionListenerFactory slf, @Nonnull BmpDispatcherUtil.CreateChannel createChannel, @Nonnull io.netty.channel.EventLoopGroup bossGroup, @Nonnull io.netty.channel.EventLoopGroup workerGroup, @Nonnull KeyMapping keys)
public static io.netty.bootstrap.ServerBootstrap createServerBootstrap(@Nonnull BmpSessionFactory sessionFactory, @Nonnull BmpHandlerFactory hf, @Nullable BmpSessionListenerFactory slf, @Nonnull BmpDispatcherUtil.CreateChannel createChannel, @Nonnull io.netty.channel.EventLoopGroup bossGroup, @Nonnull io.netty.channel.EventLoopGroup workerGroup, @Nonnull KeyMapping keys, boolean tryEpollSocket)
public static io.netty.bootstrap.Bootstrap createClientBootstrap(@Nonnull BmpSessionFactory sessionFactory, @Nonnull BmpHandlerFactory hf, @Nonnull BmpDispatcherUtil.CreateChannel createChannel, @Nonnull BmpSessionListenerFactory slf, @Nonnull InetSocketAddress remoteAddress, @Nonnull io.netty.channel.EventLoopGroup workerGroup, int connectTimeout, @Nonnull KeyMapping keys)
public static io.netty.bootstrap.Bootstrap createClientBootstrap(@Nonnull BmpSessionFactory sessionFactory, @Nonnull BmpHandlerFactory hf, @Nonnull BmpDispatcherUtil.CreateChannel createChannel, @Nonnull BmpSessionListenerFactory slf, @Nonnull InetSocketAddress remoteAddress, @Nullable SocketAddress localAddress, @Nonnull io.netty.channel.EventLoopGroup workerGroup, int connectTimeout, @Nonnull KeyMapping keys, boolean reuseAddress, boolean tryEpollSocket)
Copyright © 2018 OpenDaylight. All rights reserved.