Uses of Class
org.opendaylight.protocol.concepts.KeyMapping
-
-
Uses of KeyMapping in org.opendaylight.bgpcep.pcep.topology.provider
Methods in org.opendaylight.bgpcep.pcep.topology.provider that return KeyMapping Modifier and Type Method Description KeyMapping
PCEPDispatcherDependenciesImpl. getKeys()
-
Uses of KeyMapping in org.opendaylight.bgpcep.pcep.topology.provider.config
Methods in org.opendaylight.bgpcep.pcep.topology.provider.config that return KeyMapping Modifier and Type Method Description @NonNull KeyMapping
PCEPTopologyConfiguration. getKeys()
-
Uses of KeyMapping in org.opendaylight.protocol.bgp.rib.impl
Methods in org.opendaylight.protocol.bgp.rib.impl with parameters of type KeyMapping Modifier and Type Method Description io.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 KeyMapping Modifier and Type Method Description @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 KeyMapping Modifier and Type Method Description io.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
Methods in org.opendaylight.protocol.bmp.impl with parameters of type KeyMapping Modifier and Type Method Description io.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.bmp.impl.app
Methods in org.opendaylight.protocol.bmp.impl.app that return KeyMapping Modifier and Type Method Description static KeyMapping
KeyConstructorUtil. constructKeys(List<MonitoredRouter> mrs)
-
Uses of KeyMapping in org.opendaylight.protocol.concepts
Methods in org.opendaylight.protocol.concepts that return KeyMapping Modifier and Type Method Description static KeyMapping
KeyMapping. getKeyMapping()
static @NonNull KeyMapping
KeyMapping. getKeyMapping(@NonNull InetAddress inetAddress, @Nullable String password)
-
Uses of KeyMapping in org.opendaylight.protocol.pcep
Methods in org.opendaylight.protocol.pcep that return KeyMapping Modifier and Type Method Description KeyMapping
PCEPDispatcherDependencies. getKeys()
RFC2385 key mapping. -
Uses of KeyMapping in org.opendaylight.protocol.pcep.pcc.mock.api
Methods in org.opendaylight.protocol.pcep.pcc.mock.api with parameters of type KeyMapping Modifier and Type Method Description @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
Methods in org.opendaylight.protocol.pcep.pcc.mock.protocol with parameters of type KeyMapping Modifier and Type Method Description io.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
Methods in org.opendaylight.protocol.pcep.testtool that return KeyMapping Modifier and Type Method Description KeyMapping
TestToolPCEPDispatcherDependencies. getKeys()
-