| Package | Description |
|---|---|
| org.javamrt.mrt |
| Modifier and Type | Class and Description |
|---|---|
class |
ASConfedSequence |
class |
ASConfedSet |
class |
ASSet |
| Modifier and Type | Field and Description |
|---|---|
protected AS |
Aggregator.aggregatorAS |
AS |
Peer.as |
static AS |
AS.NullAS |
protected AS |
ASPathLimit.origAS |
protected AS |
Bgp4Update.peerAS |
protected AS |
TableDump.PeerAS |
| Modifier and Type | Field and Description |
|---|---|
protected LinkedList<AS> |
ASPathSegment.asSequence |
protected LinkedList<AS> |
ASSet.asSet |
protected LinkedList<AS> |
ASPath.path |
| Modifier and Type | Method and Description |
|---|---|
AS |
ASPath.generator() |
AS |
ASPath.get(int i) |
AS |
Aggregator.getAs() |
AS |
ASPathSegment.getAS() |
AS |
RFC4893Exception.getAS() |
AS |
ASSet.getAS(int i) |
AS |
ASPathLimit.getLimitAS() |
AS |
StateChange.getPeerAS() |
AS |
MRTRecord.getPeerAS() |
AS |
Bgp4Update.getPeerAS() |
AS |
TableDump.getPeerAS() |
static AS |
AS.parseString(String asspec) |
| Modifier and Type | Method and Description |
|---|---|
LinkedList<AS> |
ASPathSegment.getASList() |
LinkedList<AS> |
ASSet.getASList() |
LinkedList<AS> |
ASPath.getPath() |
Vector<AS> |
ASPath.getPrependers() |
| Modifier and Type | Method and Description |
|---|---|
void |
ASPath.add(AS as)
alias of append(AS as)
|
void |
ASPath.append(AS as)
Append an AS to the ASPATH
|
int |
AS.compare(AS as1,
AS as2) |
int |
AS.compareTo(AS other) |
boolean |
ASPath.contains(AS as) |
int |
ASPath.indexOf(AS as) |
boolean |
ASPath.isGenerator(AS as) |
int |
ASPath.lastIndexOf(AS as) |
void |
ASPath.set(int index,
AS element) |
void |
RFC4893Exception.setAS(AS srcAs) |
| 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) |
Peer(AS as,
InetAddress ip) |
Peer(InetAddress ip,
AS as) |
RFC4893Exception(int cause,
long timestamp,
InetAddress peer,
AS as,
ASPath oldASPath,
ASPath as4path) |
StateChange(long time,
InetAddress gatewayIP,
AS gatewayAS,
int old_state,
int new_state) |
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) |
| Constructor and Description |
|---|
ASConfedSequence(LinkedList<AS> asList) |
ASConfedSet(LinkedList<AS> asList) |
ASSet(LinkedList<AS> asList) |
Copyright © 2025. All rights reserved.