| Modifier and Type | Method and Description |
|---|---|
void |
PCEPSessionListener.onMessage(PCEPSession session,
Message message)
Fired when a normal protocol message is received.
|
io.netty.util.concurrent.Future<Void> |
PCEPSession.sendMessage(Message message)
Sends message from user to PCE/PCC.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
Close
This class represents the following YANG schema fragment defined in module pcep-message
|
interface |
Keepalive
This class represents the following YANG schema fragment defined in module pcep-message
|
interface |
Open
This class represents the following YANG schema fragment defined in module pcep-message
|
interface |
Pcerr
This class represents the following YANG schema fragment defined in module pcep-message
|
interface |
Pcmonrep
This class represents the following YANG schema fragment defined in module pcep-message
|
interface |
Pcmonreq
This class represents the following YANG schema fragment defined in module pcep-message
|
interface |
Pcntf
This class represents the following YANG schema fragment defined in module pcep-message
|
interface |
Pcrep
This class represents the following YANG schema fragment defined in module pcep-message
|
interface |
Pcreq
This class represents the following YANG schema fragment defined in module pcep-message
|
interface |
Starttls
This class represents the following YANG schema fragment defined in module pcep-message
|
| Constructor and Description |
|---|
CloseBuilder(Message arg) |
KeepaliveBuilder(Message arg) |
OpenBuilder(Message arg) |
PcerrBuilder(Message arg) |
PcmonrepBuilder(Message arg) |
PcmonreqBuilder(Message arg) |
PcntfBuilder(Message arg) |
PcrepBuilder(Message arg) |
PcreqBuilder(Message arg) |
StarttlsBuilder(Message arg) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
CloseMessage
This class represents the following YANG schema fragment defined in module pcep-types
|
interface |
KeepaliveMessage
This class represents the following YANG schema fragment defined in module pcep-types
|
interface |
OpenMessage
This class represents the following YANG schema fragment defined in module pcep-types
|
interface |
PcerrMessage
This class represents the following YANG schema fragment defined in module pcep-types
|
interface |
PcmonrepMessage
The PCMonRep message is used to provide PCE state metrics back to the requester
for out-of-band monitoring requests.
|
interface |
PcntfMessage
This class represents the following YANG schema fragment defined in module pcep-types
|
interface |
PcrepMessage
This class represents the following YANG schema fragment defined in module pcep-types
|
interface |
PcreqMessage
This class represents the following YANG schema fragment defined in module pcep-types
|
interface |
StartTlsMessage
This class represents the following YANG schema fragment defined in module pcep-types
|
| Modifier and Type | Method and Description |
|---|---|
Class<? extends Message> |
Message.implementedInterface() |
Copyright © 2020 OpenDaylight. All rights reserved.