public interface RouteConfig extends NetConfig
Modifier and Type | Method and Description |
---|---|
boolean |
equals(RouteConfig r)
Compares one route to another
|
String |
getDescription()
Gets the description of the route
|
IPAddress |
getDestination()
Gets the destination of the route
|
IPAddress |
getGateway()
Gets the gateway of the route
|
String |
getInterfaceName()
Gets the interface name associated with the route
|
int |
getMetric()
Gets the metric of the route
|
IPAddress |
getNetmask()
Gets the network mask of the route
|
String getDescription()
IPAddress getDestination()
IPAddress getGateway()
IPAddress getNetmask()
String getInterfaceName()
int getMetric()
boolean equals(RouteConfig r)
Copyright © 2013. All Rights Reserved.