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) 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.channel.ChannelFuture
BmpDispatcherImpl.createServer
(InetSocketAddress address, BmpSessionListenerFactory slf, KeyMapping keys) 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. -
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
Modifier and TypeMethodDescriptionio.netty.channel.ChannelFuture
PCEPDispatcher.createServer
(InetSocketAddress listenAddress, KeyMapping tcpKeys, MessageRegistry registry, PCEPSessionNegotiatorFactory negotiatorFactory) Creates server. -
Uses of KeyMapping in org.opendaylight.protocol.pcep.impl
Modifier and TypeMethodDescriptionfinal io.netty.channel.ChannelFuture
PCEPDispatcherImpl.createServer
(InetSocketAddress listenAddress, KeyMapping tcpKeys, MessageRegistry registry, PCEPSessionNegotiatorFactory negotiatorFactory) -
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 PCEPSessionNegotiatorFactory negotiatorFactory, @NonNull KeyMapping keys, @NonNull InetSocketAddress localAddress) -
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, PCEPSessionNegotiatorFactory negotiatorFactory, KeyMapping keys, InetSocketAddress localAddress)