| Package | Description |
|---|---|
| org.javamrt.mrt |
| Modifier and Type | Class and Description |
|---|---|
class |
Nlri |
| Modifier and Type | Field and Description |
|---|---|
protected Prefix |
Bgp4Update.prefix |
protected Prefix |
TableDump.prefix |
| Modifier and Type | Method and Description |
|---|---|
Prefix |
MRTRecord.getPrefix() |
Prefix |
Bgp4Update.getPrefix() |
Prefix |
TableDump.getPrefix() |
static Prefix |
Prefix.parseString(String s) |
Prefix |
Nlri.toPrefix() |
| Modifier and Type | Method and Description |
|---|---|
int |
Prefix.compare(Prefix p1,
Prefix p2) |
int |
Prefix.compareTo(Prefix other) |
boolean |
Prefix.equals(Prefix other) |
boolean |
Prefix.includes(Prefix other) |
boolean |
Prefix.isIncludedBy(Prefix other) |
| Constructor and Description |
|---|
Advertisement(byte[] header,
InetAddress peerIP,
AS peerAS,
Prefix prefix,
Attributes updateAttr) |
Bgp4Update(byte[] header,
InetAddress peerIP,
AS peerAS,
Prefix prefix) |
Bgp4Update(byte[] header,
InetAddress peerIP,
AS peerAS,
Prefix prefix,
Attributes updateAttr) |
TableDump(int view,
int sequence,
Prefix prefix,
long origTime,
InetAddress peer,
AS peerAs,
Attributes attributes) |
TableDumpv2(int view,
int sequence,
Prefix prefix,
long origTime,
InetAddress peer,
AS peerAs,
Attributes attributes) |
Withdraw(byte[] header,
InetAddress peerIP,
AS peerAS,
Prefix prefix) |
Copyright © 2025. All rights reserved.