Uses of Interface
org.opendaylight.protocol.bmp.api.BmpSessionFactory
Packages that use BmpSessionFactory
Package
Description
-
Uses of BmpSessionFactory in org.opendaylight.protocol.bmp.impl
Methods in org.opendaylight.protocol.bmp.impl with parameters of type BmpSessionFactoryModifier and TypeMethodDescriptionio.netty.channel.ChannelInitializer<io.netty.channel.AbstractChannel>
BmpNettyGroups.CreateChannel.create
(@NonNull BmpSessionFactory sessionFactory, @NonNull BmpHandlerFactory hf, @NonNull BmpSessionListenerFactory slf) static io.netty.channel.ChannelInitializer<io.netty.channel.AbstractChannel>
BmpNettyGroups.createChannelWithDecoder
(@NonNull BmpSessionFactory sessionFactory, @NonNull BmpHandlerFactory hf, @NonNull BmpSessionListenerFactory slf) static io.netty.channel.ChannelInitializer<io.netty.channel.AbstractChannel>
BmpNettyGroups.createChannelWithEncoder
(@NonNull BmpSessionFactory sessionFactory, @NonNull BmpHandlerFactory hf, @NonNull BmpSessionListenerFactory slf) io.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.Constructors in org.opendaylight.protocol.bmp.impl with parameters of type BmpSessionFactoryModifierConstructorDescriptionBmpDispatcherImpl
(BmpNettyGroups nettyGroups, BmpExtensionConsumerContext ctx, BmpSessionFactory sessionFactory) -
Uses of BmpSessionFactory in org.opendaylight.protocol.bmp.impl.session
Classes in org.opendaylight.protocol.bmp.impl.session that implement BmpSessionFactory -
Uses of BmpSessionFactory in org.opendaylight.protocol.bmp.mock
Classes in org.opendaylight.protocol.bmp.mock that implement BmpSessionFactory