Uses of Interface
org.opendaylight.protocol.pcep.PCEPSession
Package
Description
-
Uses of PCEPSession in org.opendaylight.bgpcep.pcep.topology.provider
Modifier and TypeMethodDescriptionfinal void
AbstractTopologySessionListener.onMessage
(PCEPSession psession, Message message) final void
AbstractTopologySessionListener.onSessionDown
(PCEPSession psession, Exception exception) final void
AbstractTopologySessionListener.onSessionTerminated
(PCEPSession psession, PCEPTerminationReason reason) final void
AbstractTopologySessionListener.onSessionUp
(PCEPSession psession) -
Uses of PCEPSession in org.opendaylight.protocol.pcep
Modifier and TypeInterfaceDescriptioninterface
PCEPSessionNegotiatorFactory<S extends PCEPSession>
Factory for creating PCEP session negotiator.Modifier and TypeMethodDescriptionvoid
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
-
Uses of PCEPSession in org.opendaylight.protocol.pcep.pcc.mock.api
Modifier 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) Modifier 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
Modifier 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) Modifier and TypeMethodDescriptionvoid
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 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
Modifier and TypeMethodDescriptionvoid
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)