Package org.opendaylight.protocol.pcep
Interface PCEPSessionState
- All Known Subinterfaces:
- PCEPSession
- All Known Implementing Classes:
- PCEPSessionImpl
@NonNullByDefault
public interface PCEPSessionState
Exposes Session state.
- 
Method SummaryModifier and TypeMethodDescriptionThe local (PCE) Open Message.The local (PCE) preferences.The statistics of PCEP received/sent messages from the PCE point of view.The remote peer (PCC) preferences.
- 
Method Details- 
getMessagesMessages getMessages()The statistics of PCEP received/sent messages from the PCE point of view.- Returns:
- messages
 
- 
getLocalPrefLocalPref getLocalPref()The local (PCE) preferences.- Returns:
- local preferences
 
- 
getPeerPrefPeerPref getPeerPref()The remote peer (PCC) preferences.- Returns:
- peer preferences
 
- 
getLocalOpenOpen getLocalOpen()The local (PCE) Open Message.- Returns:
- Open
 
 
-