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, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getDescription, getDestination, getGateway, getInterfaceName, getMetric, getNetmask
public RouteConfigIP6(IP6Address destination, IP6Address gateway, IP6Address netmask, String interfaceName, int metric)
public boolean equals(RouteConfig r)
RouteConfig
equals
in interface RouteConfig
Copyright © 2013. All Rights Reserved.