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