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