public interface PcepTunnelListener
| Modifier and Type | Method and Description |
|---|---|
void |
handlePcepTunnel(PcepTunnel tunnel)
Notify that get a packet of tunnel from network and need do some
processing.
|
void |
handlePcepTunnelStatistics(PcepTunnelStatistics tunnelStatistics)
Notify that get a tunnel statistic data from the network.
|
void handlePcepTunnel(PcepTunnel tunnel)
tunnel - a pceptunnel.void handlePcepTunnelStatistics(PcepTunnelStatistics tunnelStatistics)
tunnelStatistics - tunnel statistic information.