| Modifier and Type | Method and Description | 
|---|---|
@NonNull PCEPSessionNegotiatorFactory<?> | 
PCEPDispatcher.getPCEPSessionNegotiatorFactory()  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
AbstractPCEPSessionNegotiatorFactory
SessionNegotiator which takes care of making sure sessions between PCEP peers are kept unique. 
 | 
class  | 
DefaultPCEPSessionNegotiatorFactory  | 
| Modifier and Type | Method and Description | 
|---|---|
PCEPSessionNegotiatorFactory<PCEPSessionImpl> | 
PCEPDispatcherImpl.getPCEPSessionNegotiatorFactory()  | 
| Constructor and Description | 
|---|
PCEPDispatcherImpl(@NonNull MessageRegistry registry,
                  @NonNull PCEPSessionNegotiatorFactory<PCEPSessionImpl> negotiatorFactory,
                  @NonNull io.netty.channel.EventLoopGroup bossGroup,
                  @NonNull io.netty.channel.EventLoopGroup workerGroup)
Creates an instance of PCEPDispatcherImpl, gets the default selector and opens it. 
 | 
| 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)  | 
Copyright © 2020 OpenDaylight. All rights reserved.