Package org.opendaylight.protocol.pcep
Interface PCEPSessionState
- All Known Subinterfaces:
PCEPSession
- All Known Implementing Classes:
PCEPSessionImpl
@NonNullByDefault
public interface PCEPSessionState
Exposes Session state.
-
Method Summary
Modifier 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
-
getMessages
Messages getMessages()The statistics of PCEP received/sent messages from the PCE point of view.- Returns:
- messages
-
getLocalPref
LocalPref getLocalPref()The local (PCE) preferences.- Returns:
- local preferences
-
getPeerPref
PeerPref getPeerPref()The remote peer (PCC) preferences.- Returns:
- peer preferences
-
getLocalOpen
Open getLocalOpen()The local (PCE) Open Message.- Returns:
- Open
-