| Constructor and Description |
|---|
BGPRouteTable(long peerAutNum,
BGPAutNum speakerAutNum)
Construct a new BGPRouteTable by querying a
BGPAutNum instance for routes exported to an entire AS |
BGPRouteTable(long peerAutNum,
String peerAddress,
BGPAutNum speakerAutNum)
Construct a new BGPRouteTable by querying a
BGPAutNum instance for routes |
BGPRouteTable(long peerAutNum,
String peerAddress,
String speakerName,
Collection<BGPRoute> routeSet)
Construct a new BGPRouteTable using the provided fields and route set
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<BGPRoute> |
iterator() |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitforEach, spliteratorpublic BGPRouteTable(long peerAutNum,
String peerAddress,
String speakerName,
Collection<BGPRoute> routeSet)
peerAutNum - AS the table is exported topeerAddress - Address of the peer the table is exported to (can be BGPRoute.ANY_ADDRESS)speakerName - Name of the AutNum the speaker is associated withrouteSet - Routes to populate table withnet.ripe.db.whois.common.rpsl.attrs.AttributeParseExceptionpublic BGPRouteTable(long peerAutNum,
String peerAddress,
BGPAutNum speakerAutNum)
BGPAutNum instance for routespeerAutNum - AS the table is exported topeerAddress - Address of the peer the table is exported to (can be BGPRoute.ANY_ADDRESS)speakerAutNum - AutNum object speaker originates from. Used to lookup route tablenet.ripe.db.whois.common.rpsl.attrs.AttributeParseExceptionpublic BGPRouteTable(long peerAutNum,
BGPAutNum speakerAutNum)
BGPAutNum instance for routes exported to an entire ASpeerAutNum - AS the table is exported tospeakerAutNum - AutNum object speaker originates from. Used to lookup route tablenet.ripe.db.whois.common.rpsl.attrs.AttributeParseExceptionCopyright © 2015. All rights reserved.