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 KeyMappingPCEPDispatcherDependenciesImpl. 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 KeyMappingPCEPTopologyConfiguration. 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.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 KeyMapping Modifier and Type Method Description io.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.bmp.impl.app
Methods in org.opendaylight.protocol.bmp.impl.app that return KeyMapping Modifier and Type Method Description static KeyMappingKeyConstructorUtil. constructKeys(Collection<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 KeyMappingKeyMapping. getKeyMapping()static @NonNull KeyMappingKeyMapping. 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 KeyMappingPCEPDispatcherDependencies. 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 KeyMappingTestToolPCEPDispatcherDependencies. getKeys()
-