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 voidAbstractTopologySessionListener. onMessage(PCEPSession psession, Message message)voidAbstractTopologySessionListener. onSessionDown(PCEPSession psession, Exception exception)voidAbstractTopologySessionListener. onSessionTerminated(PCEPSession psession, PCEPTerminationReason reason)voidAbstractTopologySessionListener. onSessionUp(PCEPSession psession)protected abstract voidAbstractTopologySessionListener. 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 interfacePCEPSessionNegotiatorFactory<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 voidPCEPSessionListener. onMessage(PCEPSession session, Message message)Fired when a normal protocol message is received.voidPCEPSessionListener. onSessionDown(PCEPSession session, Exception exception)Fired when the session went down because of an IO error.voidPCEPSessionListener. onSessionTerminated(PCEPSession session, PCEPTerminationReason reason)Fired when the session is terminated locally.voidPCEPSessionListener. 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 classPCEPProtocolSessionPromise<S extends PCEPSession>Classes in org.opendaylight.protocol.pcep.impl that implement PCEPSession Modifier and Type Class Description classPCEPSessionImplImplementation 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 voidPCCSessionListener. onMessage(PCEPSession psession, Message message)voidPCCSessionListener. onSessionDown(PCEPSession psession, Exception exception)voidPCCSessionListener. onSessionTerminated(PCEPSession psession, PCEPTerminationReason cause)voidPCCSessionListener. 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 voidTestingSessionListener. onMessage(PCEPSession session, Message message)voidTestingSessionListener. onSessionDown(PCEPSession session, Exception exception)voidTestingSessionListener. onSessionTerminated(PCEPSession session, PCEPTerminationReason cause)voidTestingSessionListener. onSessionUp(PCEPSession session)
-