| Modifier and Type | Method and Description | 
|---|---|
void | 
AbstractTopologySessionListener.onMessage(PCEPSession session,
         Message message)  | 
void | 
AbstractTopologySessionListener.onSessionDown(PCEPSession session,
             Exception e)  | 
void | 
AbstractTopologySessionListener.onSessionTerminated(PCEPSession session,
                   PCEPTerminationReason reason)  | 
void | 
AbstractTopologySessionListener.onSessionUp(PCEPSession session)  | 
protected abstract void | 
AbstractTopologySessionListener.onSessionUp(PCEPSession session,
           PathComputationClientBuilder pccBuilder)  | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
PCEPSessionNegotiatorFactory<S extends PCEPSession>
Factory for creating PCEP session negotiator 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
PCEPSessionListener.onMessage(PCEPSession session,
         Message message)
Fired when a normal protocol message is received. 
 | 
void | 
PCEPSessionListener.onSessionDown(PCEPSession session,
             Exception e)
Fired when the session went down because of an IO error. 
 | 
void | 
PCEPSessionListener.onSessionTerminated(PCEPSession session,
                   PCEPTerminationReason reason)
Fired when the session is terminated locally. 
 | 
void | 
PCEPSessionListener.onSessionUp(PCEPSession session)
Fired when the session was established successfully. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
PCEPProtocolSessionPromise<S extends PCEPSession>  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
PCEPSessionImpl
Implementation of PCEPSession. 
 | 
| 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> | 
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)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
PCCSessionListener.onMessage(PCEPSession session,
         Message message)  | 
void | 
PCCSessionListener.onSessionDown(PCEPSession session,
             Exception e)  | 
void | 
PCCSessionListener.onSessionTerminated(PCEPSession session,
                   PCEPTerminationReason cause)  | 
void | 
PCCSessionListener.onSessionUp(PCEPSession session)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
TestingSessionListener.onMessage(PCEPSession session,
         Message message)  | 
void | 
TestingSessionListener.onSessionDown(PCEPSession session,
             Exception e)  | 
void | 
TestingSessionListener.onSessionTerminated(PCEPSession session,
                   PCEPTerminationReason cause)  | 
void | 
TestingSessionListener.onSessionUp(PCEPSession session)  | 
Copyright © 2018 OpenDaylight. All rights reserved.