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 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
Methods in org.opendaylight.protocol.pcep with parameters of type PCEPSessionModifier 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.Method parameters in org.opendaylight.protocol.pcep with type arguments of type PCEPSessionModifier and TypeMethodDescription@NonNull SessionNegotiator
PCEPSessionNegotiatorFactory.getSessionNegotiator
(@NonNull io.netty.channel.Channel channel, @NonNull io.netty.util.concurrent.Promise<PCEPSession> promise) Creates PCEPSessionNegotiator instance for income attributes. -
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 PCEPSessionFields in org.opendaylight.protocol.pcep.impl with type parameters of type PCEPSessionModifier and TypeFieldDescriptionprotected final io.netty.util.concurrent.Promise
<PCEPSession> AbstractSessionNegotiator.promise
Method parameters in org.opendaylight.protocol.pcep.impl with type arguments of type PCEPSessionModifier and TypeMethodDescriptionprotected abstract AbstractPCEPSessionNegotiator
AbstractPCEPSessionNegotiatorFactory.createNegotiator
(io.netty.util.concurrent.Promise<PCEPSession> promise, io.netty.channel.Channel channel, org.opendaylight.yangtools.yang.common.Uint8 sessionId) Create a new negotiator.protected final AbstractPCEPSessionNegotiator
DefaultPCEPSessionNegotiatorFactory.createNegotiator
(io.netty.util.concurrent.Promise<PCEPSession> promise, io.netty.channel.Channel channel, org.opendaylight.yangtools.yang.common.Uint8 sessionId) final SessionNegotiator
AbstractPCEPSessionNegotiatorFactory.getSessionNegotiator
(io.netty.channel.Channel channel, io.netty.util.concurrent.Promise<PCEPSession> promise) void
PCEPDispatcherImpl.ChannelPipelineInitializer.initializeChannel
(io.netty.channel.socket.SocketChannel socketChannel, io.netty.util.concurrent.Promise<PCEPSession> promise) Constructor parameters in org.opendaylight.protocol.pcep.impl with type arguments of type PCEPSessionModifierConstructorDescriptionprotected
AbstractPCEPSessionNegotiator
(io.netty.util.concurrent.Promise<PCEPSession> promise, io.netty.channel.Channel channel, PcepSessionTls tlsConfiguration) protected
AbstractSessionNegotiator
(io.netty.util.concurrent.Promise<PCEPSession> promise, io.netty.channel.Channel channel) DefaultPCEPSessionNegotiator
(io.netty.util.concurrent.Promise<PCEPSession> promise, io.netty.channel.Channel channel, PCEPSessionListener listener, org.opendaylight.yangtools.yang.common.Uint8 sessionId, Open localPrefs, org.opendaylight.yangtools.yang.common.Uint16 maxUnknownMessages) DefaultPCEPSessionNegotiator
(io.netty.util.concurrent.Promise<PCEPSession> promise, io.netty.channel.Channel channel, PCEPSessionListener listener, org.opendaylight.yangtools.yang.common.Uint8 sessionId, Open localPrefs, org.opendaylight.yangtools.yang.common.Uint16 maxUnknownMessages, PcepSessionTls tlsConfiguration) -
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 PCEPSessionNegotiatorFactory negotiatorFactory, @NonNull KeyMapping keys, @NonNull InetSocketAddress localAddress) -
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, PCEPSessionNegotiatorFactory negotiatorFactory, KeyMapping keys, InetSocketAddress localAddress) Methods in org.opendaylight.protocol.pcep.pcc.mock.protocol with parameters of type PCEPSessionModifier 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) -
Uses of PCEPSession in org.opendaylight.protocol.pcep.testtool
Methods in org.opendaylight.protocol.pcep.testtool with parameters of type PCEPSessionModifier 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)