Uses of Class
org.opendaylight.protocol.concepts.KeyMapping
Package
Description
-
Uses of KeyMapping in org.opendaylight.protocol.bgp.rib.impl
Modifier 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
Modifier 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
Modifier and TypeMethodDescriptionio.netty.channel.ChannelFuture
BmpDispatcher.createClient
(InetSocketAddress address, BmpSessionListenerFactory slf, KeyMapping keys) Creates reconnect clients.io.netty.channel.ChannelFuture
BmpDispatcher.createServer
(InetSocketAddress address, BmpSessionListenerFactory slf, KeyMapping keys) Creates server. -
Uses of KeyMapping in org.opendaylight.protocol.bmp.impl
Modifier and TypeMethodDescriptionio.netty.channel.ChannelFuture
BmpDispatcherImpl.createClient
(InetSocketAddress remoteAddress, BmpSessionListenerFactory slf, KeyMapping keys) static io.netty.bootstrap.Bootstrap
BmpDispatcherUtil.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.Bootstrap
BmpDispatcherUtil.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.ChannelFuture
BmpDispatcherImpl.createServer
(InetSocketAddress address, BmpSessionListenerFactory slf, KeyMapping keys) static io.netty.bootstrap.ServerBootstrap
BmpDispatcherUtil.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.ServerBootstrap
BmpDispatcherUtil.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
Modifier and TypeMethodDescriptionstatic @NonNull KeyMapping
KeyMapping.of()
static @NonNull KeyMapping
KeyMapping.of
(@NonNull InetAddress inetAddress, @NonNull String password) static @NonNull KeyMapping
KeyMapping.of
(Map<InetAddress, String> passwords) -
Uses of KeyMapping in org.opendaylight.protocol.pcep
-
Uses of KeyMapping in org.opendaylight.protocol.pcep.pcc.mock.api
Modifier and TypeMethodDescription@NonNull io.netty.util.concurrent.Future<PCEPSession>
PCCDispatcher.createClient
(@NonNull InetSocketAddress remoteAddress, long reconnectTime, @NonNull PCEPSessionListenerFactory listenerFactory, @NonNull PCEPSessionNegotiatorFactory<? extends PCEPSession> negotiatorFactory, @NonNull KeyMapping keys, @NonNull InetSocketAddress localAddress) @NonNull io.netty.util.concurrent.Future<PCEPSession>
PCCDispatcher.createClient
(@NonNull InetSocketAddress remoteAddress, long reconnectTime, @NonNull PCEPSessionListenerFactory listenerFactory, @NonNull PCEPSessionNegotiatorFactory<? extends PCEPSession> negotiatorFactory, @NonNull KeyMapping keys, @NonNull InetSocketAddress localAddress, @NonNull org.opendaylight.yangtools.yang.common.Uint64 dbVersion) -
Uses of KeyMapping in org.opendaylight.protocol.pcep.pcc.mock.protocol
Modifier and TypeMethodDescriptionio.netty.util.concurrent.Future<PCEPSession>
PCCDispatcherImpl.createClient
(InetSocketAddress remoteAddress, long reconnectTime, PCEPSessionListenerFactory listenerFactory, PCEPSessionNegotiatorFactory<? extends PCEPSession> negotiatorFactory, KeyMapping keys, InetSocketAddress localAddress) io.netty.util.concurrent.Future<PCEPSession>
PCCDispatcherImpl.createClient
(InetSocketAddress remoteAddress, long reconnectTime, PCEPSessionListenerFactory listenerFactory, PCEPSessionNegotiatorFactory negotiatorFactory, KeyMapping keys, InetSocketAddress localAddress, org.opendaylight.yangtools.yang.common.Uint64 dbVersion) -
Uses of KeyMapping in org.opendaylight.protocol.pcep.testtool