Uses of Interface
org.opendaylight.protocol.pcep.pcc.mock.api.PCCSession
Packages that use PCCSession
Package
Description
-
Uses of PCCSession in org.opendaylight.protocol.pcep.pcc.mock
Methods in org.opendaylight.protocol.pcep.pcc.mock with parameters of type PCCSessionModifier and TypeMethodDescriptionprotected 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 PCCSessionModifier and TypeMethodDescriptionvoid
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