Uses of Interface
org.opendaylight.protocol.bmp.impl.BmpNettyGroups.CreateChannel
-
Uses of BmpNettyGroups.CreateChannel in org.opendaylight.protocol.bmp.impl
Modifier and TypeMethodDescriptionio.netty.bootstrap.Bootstrap
BmpNettyGroups.createClientBootstrap
(@NonNull BmpSessionFactory sessionFactory, @NonNull BmpHandlerFactory hf, @NonNull BmpNettyGroups.CreateChannel createChannel, @NonNull BmpSessionListenerFactory slf, @NonNull InetSocketAddress remoteAddress, int connectTimeout, @NonNull KeyMapping keys) To be used by BMP Dispatcher mainly.io.netty.bootstrap.Bootstrap
BmpNettyGroups.createClientBootstrap
(@NonNull BmpSessionFactory sessionFactory, @NonNull BmpHandlerFactory hf, @NonNull BmpNettyGroups.CreateChannel createChannel, @NonNull BmpSessionListenerFactory slf, @NonNull InetSocketAddress remoteAddress, @Nullable SocketAddress localAddress, int connectTimeout, @NonNull KeyMapping keys, boolean reuseAddress) io.netty.bootstrap.ServerBootstrap
BmpNettyGroups.createServerBootstrap
(@NonNull BmpSessionFactory sessionFactory, @NonNull BmpHandlerFactory hf, @NonNull BmpSessionListenerFactory slf, @NonNull BmpNettyGroups.CreateChannel createChannel, @NonNull KeyMapping keys) To be used by BMP Dispatcher mainly.