Modifier and Type | Method and Description |
---|---|
KeyMapping |
PCEPDispatcherDependenciesImpl.getKeys() |
Modifier and Type | Method and Description |
---|---|
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 |
---|---|
io.netty.util.concurrent.Future<Void> |
BGPDispatcher.createReconnectingClient(InetSocketAddress remoteAddress,
InetSocketAddress localAddress,
int retryTimer,
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(BmpSessionFactory sessionFactory,
BmpHandlerFactory hf,
BmpDispatcherUtil.CreateChannel createChannel,
BmpSessionListenerFactory slf,
InetSocketAddress remoteAddress,
io.netty.channel.EventLoopGroup workerGroup,
int connectTimeout,
KeyMapping keys)
To be used by BMP Dispatcher mainly.
|
static io.netty.bootstrap.Bootstrap |
BmpDispatcherUtil.createClientBootstrap(BmpSessionFactory sessionFactory,
BmpHandlerFactory hf,
BmpDispatcherUtil.CreateChannel createChannel,
BmpSessionListenerFactory slf,
InetSocketAddress remoteAddress,
SocketAddress localAddress,
io.netty.channel.EventLoopGroup workerGroup,
int connectTimeout,
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(BmpSessionFactory sessionFactory,
BmpHandlerFactory hf,
BmpSessionListenerFactory slf,
BmpDispatcherUtil.CreateChannel createChannel,
io.netty.channel.EventLoopGroup bossGroup,
io.netty.channel.EventLoopGroup workerGroup,
KeyMapping keys)
To be used by BMP Dispatcher mainly.
|
static io.netty.bootstrap.ServerBootstrap |
BmpDispatcherUtil.createServerBootstrap(BmpSessionFactory sessionFactory,
BmpHandlerFactory hf,
BmpSessionListenerFactory slf,
BmpDispatcherUtil.CreateChannel createChannel,
io.netty.channel.EventLoopGroup bossGroup,
io.netty.channel.EventLoopGroup workerGroup,
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 KeyMapping |
KeyMapping.getKeyMapping(InetAddress inetAddress,
String password) |
Modifier and Type | Method and Description |
---|---|
KeyMapping |
PCEPDispatcherDependencies.getKeys()
RFC2385 key mapping.
|
Modifier and Type | Method and Description |
---|---|
io.netty.util.concurrent.Future<PCEPSession> |
PCCDispatcher.createClient(InetSocketAddress remoteAddress,
long reconnectTime,
PCEPSessionListenerFactory listenerFactory,
PCEPSessionNegotiatorFactory<? extends PCEPSession> negotiatorFactory,
KeyMapping keys,
InetSocketAddress localAddress) |
io.netty.util.concurrent.Future<PCEPSession> |
PCCDispatcher.createClient(InetSocketAddress remoteAddress,
long reconnectTime,
PCEPSessionListenerFactory listenerFactory,
PCEPSessionNegotiatorFactory<? extends PCEPSession> negotiatorFactory,
KeyMapping keys,
InetSocketAddress localAddress,
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 © 2019 OpenDaylight. All rights reserved.