Uses of Interface
org.opendaylight.protocol.pcep.PCEPSession
Packages that use PCEPSession
-
Uses of PCEPSession in org.opendaylight.protocol.pcep
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.Method parameters in org.opendaylight.protocol.pcep with type arguments of type PCEPSessionModifier and TypeMethodDescription@NonNull SessionNegotiatorPCEPSessionNegotiatorFactory.getSessionNegotiator(@NonNull io.netty.channel.Channel channel, @NonNull io.netty.util.concurrent.Promise<PCEPSession> promise) Creates PCEPSessionNegotiator instance for income attributes.