Interface PCEPSessionState

All Known Subinterfaces:
PCEPSession
All Known Implementing Classes:
PCEPSessionImpl

@NonNullByDefault public interface PCEPSessionState
Exposes Session state.
  • 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