| Package | Description |
|---|---|
| org.opendaylight.protocol.pcep |
| Modifier and Type | Interface and Description |
|---|---|
interface |
PCEPSessionNegotiatorFactory<S extends PCEPSession>
Factory for creating PCEP session negotiator
|
| Modifier and Type | Method and Description |
|---|---|
void |
PCEPSessionListener.onMessage(PCEPSession session,
Message message)
Fired when a normal protocol message is received.
|
void |
PCEPSessionListener.onSessionDown(PCEPSession session,
Exception e)
Fired when the session went down because of an IO error.
|
void |
PCEPSessionListener.onSessionTerminated(PCEPSession session,
PCEPTerminationReason reason)
Fired when the session is terminated locally.
|
void |
PCEPSessionListener.onSessionUp(PCEPSession session)
Fired when the session was established successfully.
|
Copyright © 2018 OpenDaylight. All rights reserved.