Package org.opendaylight.protocol.pcep
Interface PCEPSessionState
-
- All Known Subinterfaces:
PCEPSession
- All Known Implementing Classes:
PCEPSessionImpl
@NonNullByDefault public interface PCEPSessionStateExposes Session state.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description OpengetLocalOpen()The local (PCE) Open Message.LocalPrefgetLocalPref()The local (PCE) preferences.MessagesgetMessages()The statistics of PCEP received/sent messages from the PCE point of view.PeerPrefgetPeerPref()The remote peer (PCC) preferences.
-
-
-
Method Detail
-
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
-
-