public interface MepLtReply
Modifier and Type | Interface and Description |
---|---|
static class |
MepLtReply.LtrReply
An enumerated value indicating the value returned in the Relay Action field.
|
static interface |
MepLtReply.MepLtReplyBuilder
Builder for
MepLtReply . |
Modifier and Type | Method and Description |
---|---|
boolean |
forwarded()
A Boolean value stating whether an LTM was forwarded by the responding MP.
|
byte[] |
lastEgressIdentifier()
An octet string holding the Last Egress Identifier field returned in the LTR Egress Identifier TLV of the LTR.
|
MepLtReply.LtrReply |
ltrRelay()
An enumerated value indicating the value returned in the Relay Action field.
|
byte[] |
nextEgressIdentifier()
An octet string holding the Next Egress Identifier field returned in the LTR Egress Identifier TLV of the LTR.
|
int |
replyOrder()
An index to distinguish among multiple LTRs with the same LTR transaction-id field value.
|
int |
replyTtl()
The integer Reply TTL field value returned in the LTR.
|
boolean |
terminalMep()
A Boolean value stating whether the forwarded LTM reached a MEP for its MA.
|
int replyOrder()
int replyTtl()
boolean forwarded()
boolean terminalMep()
byte[] lastEgressIdentifier()
byte[] nextEgressIdentifier()
MepLtReply.LtrReply ltrRelay()