Uses of Interface
org.opendaylight.protocol.pcep.PCEPSession
Packages that use PCEPSession
Package
Description
-
Uses of PCEPSession in org.opendaylight.bgpcep.pcep.topology.provider
Methods in org.opendaylight.bgpcep.pcep.topology.provider with parameters of type PCEPSessionModifier and TypeMethodDescriptionfinal voidAbstractTopologySessionListener.onMessage(PCEPSession psession, Message message) final voidAbstractTopologySessionListener.onSessionDown(PCEPSession psession, Exception exception) final voidAbstractTopologySessionListener.onSessionTerminated(PCEPSession psession, PCEPTerminationReason reason) final voidAbstractTopologySessionListener.onSessionUp(PCEPSession psession) -
Uses of PCEPSession in org.opendaylight.protocol.pcep
Classes in org.opendaylight.protocol.pcep with type parameters of type PCEPSessionModifier and TypeInterfaceDescriptioninterfacePCEPSessionNegotiatorFactory<S extends PCEPSession>Factory for creating PCEP session negotiator.Methods in org.opendaylight.protocol.pcep with parameters of type PCEPSessionModifier and TypeMethodDescriptionvoidPCEPSessionListener.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 PCEPSessionClasses in org.opendaylight.protocol.pcep.impl that implement 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 PCEPSessionModifier and TypeMethodDescription@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 PCEPSessionModifier and TypeMethodDescription@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 PCEPSessionModifier and TypeMethodDescriptionio.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 PCEPSessionModifier and TypeMethodDescriptionvoidPCCSessionListener.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 PCEPSessionModifier and TypeMethodDescriptionio.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 PCEPSessionModifier and TypeMethodDescriptionvoidTestingSessionListener.onMessage(PCEPSession session, Message message) voidTestingSessionListener.onSessionDown(PCEPSession session, Exception exception) voidTestingSessionListener.onSessionTerminated(PCEPSession session, PCEPTerminationReason cause) voidTestingSessionListener.onSessionUp(PCEPSession session)