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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Open
getLocalOpen()
The local (PCE) Open Message.LocalPref
getLocalPref()
The local (PCE) preferences.Messages
getMessages()
The statistics of PCEP received/sent messages from the PCE point of view.PeerPref
getPeerPref()
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
-
-