Class PCCTunnelManagerImpl
java.lang.Object
org.opendaylight.protocol.pcep.pcc.mock.PCCTunnelManagerImpl
- All Implemented Interfaces:
PCCTunnelManager
-
Constructor Summary
ConstructorsConstructorDescriptionPCCTunnelManagerImpl(int lspsCount, InetAddress address, int redelegationTimeout, int stateTimeout, io.netty.util.Timer timer, Optional<TimerHandler> timerHandler) -
Method Summary
Modifier and TypeMethodDescriptionprotected voidaddTunnel(Requests request, PCCSession session) voidonMessagePcInitiate(Requests request, PCCSession session) voidonMessagePcupd(Updates update, PCCSession session) voidonSessionDown(PCCSession session) voidonSessionUp(PCCSession session) protected voidremoveTunnel(Requests request, PCCSession session) protected voidreportToAll(Updates update, PCCSession session) protected voidtakeDelegation(Requests request, PCCSession session)
-
Constructor Details
-
PCCTunnelManagerImpl
public PCCTunnelManagerImpl(int lspsCount, InetAddress address, int redelegationTimeout, int stateTimeout, io.netty.util.Timer timer, Optional<TimerHandler> timerHandler)
-
-
Method Details
-
reportToAll
-
takeDelegation
-
onSessionUp
- Specified by:
onSessionUpin interfacePCCTunnelManager
-
onSessionDown
- Specified by:
onSessionDownin interfacePCCTunnelManager
-
addTunnel
-
removeTunnel
-
onMessagePcupd
- Specified by:
onMessagePcupdin interfacePCCTunnelManager
-
onMessagePcInitiate
- Specified by:
onMessagePcInitiatein interfacePCCTunnelManager
-