Modifier and Type | Method and Description |
---|---|
void |
AbstractTopologySessionListener.onMessage(PCEPSession psession,
Message message) |
void |
AbstractTopologySessionListener.onSessionDown(PCEPSession psession,
Exception exception) |
void |
AbstractTopologySessionListener.onSessionTerminated(PCEPSession psession,
PCEPTerminationReason reason) |
void |
AbstractTopologySessionListener.onSessionUp(PCEPSession psession) |
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 exception)
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<? 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 |
---|---|
void |
PCCSessionListener.onMessage(PCEPSession psession,
Message message) |
void |
PCCSessionListener.onSessionDown(PCEPSession psession,
Exception exception) |
void |
PCCSessionListener.onSessionTerminated(PCEPSession psession,
PCEPTerminationReason cause) |
void |
PCCSessionListener.onSessionUp(PCEPSession psession) |
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) |
Modifier and Type | Method and Description |
---|---|
void |
TestingSessionListener.onMessage(PCEPSession session,
Message message) |
void |
TestingSessionListener.onSessionDown(PCEPSession session,
Exception exception) |
void |
TestingSessionListener.onSessionTerminated(PCEPSession session,
PCEPTerminationReason cause) |
void |
TestingSessionListener.onSessionUp(PCEPSession session) |
Copyright © 2019 OpenDaylight. All rights reserved.