Modifier and Type | Method and Description |
---|---|
static KeyMapping |
PCEPTopologyProviderUtil.contructKeys(List<Client> clients) |
KeyMapping |
PCEPTopologyConfigDependencies.getKeys() |
Modifier and Type | Method and Description |
---|---|
void |
PCEPTopologyDeployerImpl.createTopologyProvider(org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.TopologyId topologyId,
InetSocketAddress inetSocketAddress,
short rpcTimeout,
KeyMapping keys,
InstructionScheduler schedulerDependency,
com.google.common.base.Optional<PCEPTopologyProviderRuntimeRegistrator> runtime) |
void |
PCEPTopologyDeployer.createTopologyProvider(org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.TopologyId topologyId,
InetSocketAddress inetSocketAddress,
short rpcTimeout,
KeyMapping client,
InstructionScheduler scheduler,
com.google.common.base.Optional<PCEPTopologyProviderRuntimeRegistrator> runtime)
Creates and register topology provider instance
|
Modifier and Type | Method and Description |
---|---|
default void |
PCEPTopologyDeployer.createTopologyProvider(org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.TopologyId topologyId,
InetSocketAddress inetSocketAddress,
short rpcTimeout,
com.google.common.base.Optional<KeyMapping> keys,
InstructionScheduler scheduler,
com.google.common.base.Optional<PCEPTopologyProviderRuntimeRegistrator> runtime)
Deprecated.
|
Constructor and Description |
---|
PCEPTopologyConfigDependencies(InetSocketAddress address,
KeyMapping keys,
InstructionScheduler scheduler,
org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.TopologyId topologyId,
com.google.common.base.Optional<PCEPTopologyProviderRuntimeRegistrator> runtime,
short rpcTimeout) |
Modifier and Type | Method and Description |
---|---|
io.netty.util.concurrent.Future<Void> |
BGPDispatcherImpl.createReconnectingClient(InetSocketAddress remoteAddress,
int retryTimer,
KeyMapping keys) |
Modifier and Type | Method and Description |
---|---|
static KeyMapping |
OpenConfigMappingUtil.getNeighborKey(Neighbor neighbor) |
Modifier and Type | Method and Description |
---|---|
io.netty.util.concurrent.Future<Void> |
BGPDispatcher.createReconnectingClient(InetSocketAddress remoteAddress,
int retryTimer,
KeyMapping keys)
Creates Reconnecting client.
|
Modifier and Type | Method and Description |
---|---|
default io.netty.util.concurrent.Future<Void> |
BGPDispatcher.createReconnectingClient(InetSocketAddress remoteAddress,
int retryTimer,
com.google.common.base.Optional<KeyMapping> keys)
Deprecated.
|
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 |
---|---|
default io.netty.channel.ChannelFuture |
BmpDispatcher.createClient(InetSocketAddress address,
BmpSessionListenerFactory slf,
com.google.common.base.Optional<KeyMapping> keys)
Deprecated.
|
default io.netty.channel.ChannelFuture |
BmpDispatcher.createServer(InetSocketAddress address,
BmpSessionListenerFactory slf,
com.google.common.base.Optional<KeyMapping> keys)
Deprecated.
|
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 |
---|---|
io.netty.channel.ChannelFuture |
PCEPDispatcher.createServer(InetSocketAddress address,
KeyMapping keys,
PCEPSessionListenerFactory listenerFactory,
PCEPPeerProposal peerProposal)
Creates server.
|
Modifier and Type | Method and Description |
---|---|
default io.netty.channel.ChannelFuture |
PCEPDispatcher.createServer(InetSocketAddress address,
Optional<KeyMapping> keys,
PCEPSessionListenerFactory listenerFactory,
PCEPPeerProposal peerProposal)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
io.netty.channel.ChannelFuture |
PCEPDispatcherImpl.createServer(InetSocketAddress address,
KeyMapping keys,
PCEPSessionListenerFactory listenerFactory,
PCEPPeerProposal peerProposal) |
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) |
Copyright © 2018 OpenDaylight. All rights reserved.