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 voidSessionStateImpl. init(PCEPSessionState session) -
Uses of PCEPSessionState in org.opendaylight.protocol.pcep
Subinterfaces of PCEPSessionState in org.opendaylight.protocol.pcep Modifier and Type Interface Description interfacePCEPSessionPCEP 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 classPCEPSessionImplImplementation of PCEPSession.
-