|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RouteConfig
Route configuration interface
Method Summary | |
---|---|
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 |
Methods inherited from interface com.eurotech.framework.net.NetConfig |
---|
isValid |
Method Detail |
---|
String getDescription()
IPAddress getDestination()
IPAddress getGateway()
IPAddress getNetmask()
String getInterfaceName()
int getMetric()
boolean equals(RouteConfig r)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |