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>BmpDispatcherUtil.CreateChannel.create(@NonNull BmpSessionFactory sessionFactory, @NonNull BmpHandlerFactory hf, @NonNull BmpSessionListenerFactory slf) static io.netty.channel.ChannelInitializer<io.netty.channel.AbstractChannel>BmpDispatcherUtil.createChannelWithDecoder(@NonNull BmpSessionFactory sessionFactory, @NonNull BmpHandlerFactory hf, @NonNull BmpSessionListenerFactory slf) static io.netty.channel.ChannelInitializer<io.netty.channel.AbstractChannel>BmpDispatcherUtil.createChannelWithEncoder(@NonNull BmpSessionFactory sessionFactory, @NonNull BmpHandlerFactory hf, @NonNull BmpSessionListenerFactory slf) static io.netty.bootstrap.BootstrapBmpDispatcherUtil.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) To be used by BMP Dispatcher mainly.static io.netty.bootstrap.BootstrapBmpDispatcherUtil.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) static io.netty.bootstrap.ServerBootstrapBmpDispatcherUtil.createServerBootstrap(@NonNull BmpSessionFactory sessionFactory, @NonNull BmpHandlerFactory hf, @NonNull BmpSessionListenerFactory slf, @NonNull BmpDispatcherUtil.CreateChannel createChannel, @NonNull io.netty.channel.EventLoopGroup bossGroup, @NonNull io.netty.channel.EventLoopGroup workerGroup, @NonNull KeyMapping keys) To be used by BMP Dispatcher mainly.static io.netty.bootstrap.ServerBootstrapBmpDispatcherUtil.createServerBootstrap(@NonNull BmpSessionFactory sessionFactory, @NonNull BmpHandlerFactory hf, @NonNull BmpSessionListenerFactory slf, @NonNull BmpDispatcherUtil.CreateChannel createChannel, @NonNull io.netty.channel.EventLoopGroup bossGroup, @NonNull io.netty.channel.EventLoopGroup workerGroup, @NonNull KeyMapping keys, boolean tryEpollSocket) Constructors in org.opendaylight.protocol.bmp.impl with parameters of type BmpSessionFactoryModifierConstructorDescriptionBmpDispatcherImpl(io.netty.channel.EventLoopGroup bossGroup, io.netty.channel.EventLoopGroup workerGroup, 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