|
JNodeOS v1.2.0 API | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AddressFormatException | |
| edu.utah.janos.nodeos | |
| edu.utah.janos.route | |
| Uses of AddressFormatException in edu.utah.janos.nodeos |
| Methods in edu.utah.janos.nodeos that throw AddressFormatException | |
static int |
Address.fromString(java.lang.String name)
Generate a 32-bit integer from the given string address. |
| Uses of AddressFormatException in edu.utah.janos.route |
| Methods in edu.utah.janos.route that throw AddressFormatException | |
void |
WriteableRouteTable.addRoute(int activeDest,
int activeNext,
java.lang.String physNext)
Add a route to the table. |
| Constructors in edu.utah.janos.route that throw AddressFormatException | |
RouteEntry.RouteEntry(int dst,
int nxt,
java.lang.String a)
Create a new RouteEntry for the given destination whose next hop is the given next/addr. |
|
|
JNodeOS v1.2.0 API | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||