public class RouteConfigIP4 extends RouteConfigIP<IP4Address> implements RouteConfig4
| Constructor and Description |
|---|
RouteConfigIP4(IP4Address destination,
IP4Address gateway,
IP4Address netmask,
String interfaceName,
int metric) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(RouteConfig route)
Compares one route to another
|
String |
toString() |
equals, getDescription, getDestination, getGateway, getInterfaceName, getMetric, getNetmask, hashCode, isValid, setDestination, setGateway, setInterfaceName, setMetric, setNetmaskclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetDescription, getDestination, getGateway, getInterfaceName, getMetric, getNetmaskpublic RouteConfigIP4(IP4Address destination, IP4Address gateway, IP4Address netmask, String interfaceName, int metric)
public boolean equals(RouteConfig route)
RouteConfigequals in interface RouteConfigpublic String toString()
toString in class RouteConfigIP<IP4Address>Copyright © 2013. All Rights Reserved.