Uses of Interface
org.opendaylight.protocol.pcep.PCEPSession
-
-
Uses of PCEPSession in org.opendaylight.bgpcep.pcep.topology.provider
Methods in org.opendaylight.bgpcep.pcep.topology.provider with parameters of type PCEPSession Modifier and Type Method 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)
-
Uses of PCEPSession in org.opendaylight.protocol.pcep
Classes in org.opendaylight.protocol.pcep with type parameters of type PCEPSession Modifier and Type Interface Description interface
PCEPSessionNegotiatorFactory<S extends PCEPSession>
Factory for creating PCEP session negotiator.Methods in org.opendaylight.protocol.pcep with parameters of type PCEPSession Modifier and Type Method 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. -
Uses of PCEPSession in org.opendaylight.protocol.pcep.impl
Classes in org.opendaylight.protocol.pcep.impl with type parameters of type PCEPSession Modifier and Type Class Description class
PCEPProtocolSessionPromise<S extends PCEPSession>
Classes in org.opendaylight.protocol.pcep.impl that implement PCEPSession Modifier and Type Class Description class
PCEPSessionImpl
Implementation of PCEPSession. -
Uses of PCEPSession in org.opendaylight.protocol.pcep.pcc.mock.api
Methods in org.opendaylight.protocol.pcep.pcc.mock.api that return types with arguments of type PCEPSession Modifier and Type Method 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 org.opendaylight.yangtools.yang.common.Uint64 dbVersion)
Method parameters in org.opendaylight.protocol.pcep.pcc.mock.api with type arguments of type PCEPSession Modifier and Type Method 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 org.opendaylight.yangtools.yang.common.Uint64 dbVersion)
-
Uses of PCEPSession in org.opendaylight.protocol.pcep.pcc.mock.protocol
Methods in org.opendaylight.protocol.pcep.pcc.mock.protocol that return types with arguments of type PCEPSession Modifier and Type Method 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, org.opendaylight.yangtools.yang.common.Uint64 dbVersion)
Methods in org.opendaylight.protocol.pcep.pcc.mock.protocol with parameters of type PCEPSession Modifier and Type Method 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)
Method parameters in org.opendaylight.protocol.pcep.pcc.mock.protocol with type arguments of type PCEPSession Modifier and Type Method Description io.netty.util.concurrent.Future<PCEPSession>
PCCDispatcherImpl. createClient(InetSocketAddress remoteAddress, long reconnectTime, PCEPSessionListenerFactory listenerFactory, PCEPSessionNegotiatorFactory<? extends PCEPSession> negotiatorFactory, KeyMapping keys, InetSocketAddress localAddress)
-
Uses of PCEPSession in org.opendaylight.protocol.pcep.testtool
Methods in org.opendaylight.protocol.pcep.testtool with parameters of type PCEPSession Modifier and Type Method 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)
-