| Modifier and Type | Method and Description | 
|---|---|
static com.google.common.base.Optional<KeyMapping> | 
PCEPTopologyProviderUtil.contructKeys(List<Client> clients)  | 
com.google.common.base.Optional<KeyMapping> | 
PCEPTopologyConfigDependencies.getKeys()  | 
| Modifier and Type | Method and Description | 
|---|---|
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> client,
                      InstructionScheduler scheduler,
                      com.google.common.base.Optional<PCEPTopologyProviderRuntimeRegistrator> runtime)
Creates and register topology provider instance 
 | 
void | 
PCEPTopologyDeployerImpl.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 schedulerDependency,
                      com.google.common.base.Optional<PCEPTopologyProviderRuntimeRegistrator> runtime)  | 
| Constructor and Description | 
|---|
PCEPTopologyConfigDependencies(InetSocketAddress address,
                              com.google.common.base.Optional<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,
                        com.google.common.base.Optional<KeyMapping> keys)  | 
protected io.netty.util.concurrent.Future<Void> | 
BGPDispatcherImpl.createReconnectingClient(InetSocketAddress remoteAddress,
                        int retryTimer,
                        com.google.common.base.Optional<KeyMapping> keys,
                        InetSocketAddress localAddress,
                        boolean reuseAddress)  | 
| 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,
                        com.google.common.base.Optional<KeyMapping> keys)
Creates Reconnecting client. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
io.netty.channel.ChannelFuture | 
BmpDispatcher.createClient(InetSocketAddress address,
            BmpSessionListenerFactory slf,
            com.google.common.base.Optional<KeyMapping> keys)
Creates reconnect clients. 
 | 
io.netty.channel.ChannelFuture | 
BmpDispatcher.createServer(InetSocketAddress address,
            BmpSessionListenerFactory slf,
            com.google.common.base.Optional<KeyMapping> keys)
Creates server. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
io.netty.channel.ChannelFuture | 
BmpDispatcherImpl.createClient(InetSocketAddress remoteAddress,
            BmpSessionListenerFactory slf,
            com.google.common.base.Optional<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,
                     com.google.common.base.Optional<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,
                     com.google.common.base.Optional<KeyMapping> keys,
                     boolean reuseAddress,
                     boolean tryEpollSocket)  | 
io.netty.channel.ChannelFuture | 
BmpDispatcherImpl.createServer(InetSocketAddress address,
            BmpSessionListenerFactory slf,
            com.google.common.base.Optional<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,
                     com.google.common.base.Optional<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,
                     com.google.common.base.Optional<KeyMapping> keys,
                     boolean tryEpollSocket)  | 
| Modifier and Type | Method and Description | 
|---|---|
static BmpMonitoringStation | 
BmpMonitoringStationImpl.createBmpMonitorInstance(RIBExtensionConsumerContext ribExtensions,
                        BmpDispatcher dispatcher,
                        org.opendaylight.controller.md.sal.dom.api.DOMDataBroker domDataBroker,
                        MonitorId monitorId,
                        InetSocketAddress address,
                        com.google.common.base.Optional<KeyMapping> keys,
                        org.opendaylight.mdsal.binding.dom.codec.api.BindingCodecTreeFactory codecFactory,
                        org.opendaylight.yangtools.yang.model.api.SchemaContext schemaContext,
                        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,
            com.google.common.base.Optional<KeyMapping> keys,
            PCEPSessionListenerFactory listenerFactory,
            PCEPPeerProposal peerProposal)
Creates server. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
io.netty.channel.ChannelFuture | 
PCEPDispatcherImpl.createServer(InetSocketAddress address,
            com.google.common.base.Optional<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 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.