Modifier and Type | Method and Description |
---|---|
KeyMapping |
PCEPDispatcherDependenciesImpl.getKeys() |
Modifier and Type | Method and Description |
---|---|
@NonNull KeyMapping |
PCEPTopologyConfiguration.getKeys() |
Modifier and Type | Method and Description |
---|---|
io.netty.util.concurrent.Future<Void> |
BGPDispatcherImpl.createReconnectingClient(InetSocketAddress remoteAddress,
InetSocketAddress localAddress,
int retryTimer,
KeyMapping keys) |
Modifier and Type | Method and Description |
---|---|
@NonNull io.netty.util.concurrent.Future<Void> |
BGPDispatcher.createReconnectingClient(@NonNull InetSocketAddress remoteAddress,
@Nullable InetSocketAddress localAddress,
int retryTimer,
@NonNull KeyMapping keys)
Creates Reconnecting client.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and 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) |
Modifier and Type | Method and Description |
---|---|
static KeyMapping |
KeyConstructorUtil.constructKeys(List<MonitoredRouter> mrs) |
Modifier and Type | Method and Description |
---|---|
static KeyMapping |
KeyMapping.getKeyMapping() |
static @NonNull KeyMapping |
KeyMapping.getKeyMapping(@NonNull InetAddress inetAddress,
@Nullable String password) |
Modifier and Type | Method and Description |
---|---|
KeyMapping |
PCEPDispatcherDependencies.getKeys()
RFC2385 key mapping.
|
Modifier and Type | Method and 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 BigInteger dbVersion) |
Modifier and Type | Method and 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,
BigInteger dbVersion) |
Modifier and Type | Method and Description |
---|---|
KeyMapping |
TestToolPCEPDispatcherDependencies.getKeys() |
Copyright © 2020 OpenDaylight. All rights reserved.