Uses of Interface
org.opendaylight.protocol.pcep.pcc.mock.api.PCCSession
-
Packages that use PCCSession Package Description org.opendaylight.protocol.pcep.pcc.mock org.opendaylight.protocol.pcep.pcc.mock.api org.opendaylight.protocol.pcep.pcc.mock.protocol -
-
Uses of PCCSession in org.opendaylight.protocol.pcep.pcc.mock
Methods in org.opendaylight.protocol.pcep.pcc.mock with parameters of type PCCSession Modifier and Type Method Description protected void
PCCTunnelManagerImpl. addTunnel(Requests request, PCCSession session)
void
PCCTunnelManagerImpl. onMessagePcInitiate(Requests request, PCCSession session)
void
PCCTunnelManagerImpl. onMessagePcupd(Updates update, PCCSession session)
void
PCCTunnelManagerImpl. onSessionDown(PCCSession session)
void
PCCTunnelManagerImpl. onSessionUp(PCCSession session)
protected void
PCCTunnelManagerImpl. removeTunnel(Requests request, PCCSession session)
protected void
PCCTunnelManagerImpl. reportToAll(Updates update, PCCSession session)
protected void
PCCTunnelManagerImpl. takeDelegation(Requests request, PCCSession session)
-
Uses of PCCSession in org.opendaylight.protocol.pcep.pcc.mock.api
Methods in org.opendaylight.protocol.pcep.pcc.mock.api with parameters of type PCCSession Modifier and Type Method Description void
PCCTunnelManager. onMessagePcInitiate(@NonNull Requests request, @NonNull PCCSession session)
void
PCCTunnelManager. onMessagePcupd(@NonNull Updates update, @NonNull PCCSession session)
void
PCCTunnelManager. onSessionDown(PCCSession session)
void
PCCTunnelManager. onSessionUp(PCCSession session)
-
Uses of PCCSession in org.opendaylight.protocol.pcep.pcc.mock.protocol
Classes in org.opendaylight.protocol.pcep.pcc.mock.protocol that implement PCCSession Modifier and Type Class Description class
PCCSessionListener
-