Uses of Interface
org.opendaylight.protocol.pcep.PCEPSessionState
-
Packages that use PCEPSessionState Package Description org.opendaylight.bgpcep.pcep.topology.provider.session.stats org.opendaylight.protocol.pcep org.opendaylight.protocol.pcep.impl -
-
Uses of PCEPSessionState in org.opendaylight.bgpcep.pcep.topology.provider.session.stats
Methods in org.opendaylight.bgpcep.pcep.topology.provider.session.stats with parameters of type PCEPSessionState Modifier and Type Method Description void
SessionStateImpl. init(PCEPSessionState session)
-
Uses of PCEPSessionState in org.opendaylight.protocol.pcep
Subinterfaces of PCEPSessionState in org.opendaylight.protocol.pcep Modifier and Type Interface Description interface
PCEPSession
PCEP Session represents the finite state machine in PCEP, including timers and its purpose is to create a PCEP connection between PCE/PCC. -
Uses of PCEPSessionState in org.opendaylight.protocol.pcep.impl
Classes in org.opendaylight.protocol.pcep.impl that implement PCEPSessionState Modifier and Type Class Description class
PCEPSessionImpl
Implementation of PCEPSession.
-