Uses of Class
org.opendaylight.protocol.concepts.KeyMapping
Packages that use KeyMapping
Package
Description
-
Uses of KeyMapping in org.opendaylight.protocol.bgp.rib.impl
Methods in org.opendaylight.protocol.bgp.rib.impl with parameters of type KeyMappingModifier and TypeMethodDescriptionio.netty.util.concurrent.Future<Void>BGPDispatcherImpl.createReconnectingClient(InetSocketAddress remoteAddress, InetSocketAddress localAddress, int retryTimer, KeyMapping keys) -
Uses of KeyMapping in org.opendaylight.protocol.bgp.rib.impl.spi
Methods in org.opendaylight.protocol.bgp.rib.impl.spi with parameters of type KeyMappingModifier and TypeMethodDescription@NonNull io.netty.util.concurrent.Future<Void>BGPDispatcher.createReconnectingClient(@NonNull InetSocketAddress remoteAddress, @Nullable InetSocketAddress localAddress, int retryTimer, @NonNull KeyMapping keys) Creates Reconnecting client. -
Uses of KeyMapping in org.opendaylight.protocol.bmp.api
Methods in org.opendaylight.protocol.bmp.api with parameters of type KeyMappingModifier and TypeMethodDescriptionio.netty.channel.ChannelFutureBmpDispatcher.createClient(InetSocketAddress address, BmpSessionListenerFactory slf, KeyMapping keys) Creates reconnect clients.io.netty.channel.ChannelFutureBmpDispatcher.createServer(InetSocketAddress address, BmpSessionListenerFactory slf, KeyMapping keys) Creates server. -
Uses of KeyMapping in org.opendaylight.protocol.bmp.impl
Methods in org.opendaylight.protocol.bmp.impl with parameters of type KeyMappingModifier and TypeMethodDescriptionio.netty.channel.ChannelFutureBmpDispatcherImpl.createClient(InetSocketAddress remoteAddress, BmpSessionListenerFactory slf, KeyMapping keys) 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) io.netty.channel.ChannelFutureBmpDispatcherImpl.createServer(InetSocketAddress address, BmpSessionListenerFactory slf, KeyMapping keys) 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) -
Uses of KeyMapping in org.opendaylight.protocol.concepts
Methods in org.opendaylight.protocol.concepts that return KeyMappingModifier and TypeMethodDescriptionstatic @NonNull KeyMappingKeyMapping.of()static @NonNull KeyMappingKeyMapping.of(@NonNull InetAddress inetAddress, @NonNull String password) static @NonNull KeyMappingKeyMapping.of(Map<InetAddress, String> passwords) -
Uses of KeyMapping in org.opendaylight.protocol.pcep
Methods in org.opendaylight.protocol.pcep with parameters of type KeyMappingModifier and TypeMethodDescriptionio.netty.channel.ChannelFuturePCEPDispatcher.createServer(InetSocketAddress listenAddress, KeyMapping tcpKeys, MessageRegistry registry, PCEPSessionNegotiatorFactory negotiatorFactory) Creates server. -
Uses of KeyMapping in org.opendaylight.protocol.pcep.impl
Methods in org.opendaylight.protocol.pcep.impl with parameters of type KeyMappingModifier and TypeMethodDescriptionfinal io.netty.channel.ChannelFuturePCEPDispatcherImpl.createServer(InetSocketAddress listenAddress, KeyMapping tcpKeys, MessageRegistry registry, PCEPSessionNegotiatorFactory negotiatorFactory) -
Uses of KeyMapping in org.opendaylight.protocol.pcep.pcc.mock.api
Methods in org.opendaylight.protocol.pcep.pcc.mock.api with parameters of type KeyMappingModifier and TypeMethodDescription@NonNull io.netty.util.concurrent.Future<PCEPSession>PCCDispatcher.createClient(@NonNull InetSocketAddress remoteAddress, long reconnectTime, @NonNull PCEPSessionNegotiatorFactory negotiatorFactory, @NonNull KeyMapping keys, @NonNull InetSocketAddress localAddress) -
Uses of KeyMapping in org.opendaylight.protocol.pcep.pcc.mock.protocol
Methods in org.opendaylight.protocol.pcep.pcc.mock.protocol with parameters of type KeyMappingModifier and TypeMethodDescriptionio.netty.util.concurrent.Future<PCEPSession>PCCDispatcherImpl.createClient(InetSocketAddress remoteAddress, long reconnectTime, PCEPSessionNegotiatorFactory negotiatorFactory, KeyMapping keys, InetSocketAddress localAddress)