com.eurotech.framework.net.route
Class RouteConfigIP6

java.lang.Object
  extended by com.eurotech.framework.net.route.RouteConfigIP<IP6Address>
      extended by com.eurotech.framework.net.route.RouteConfigIP6
All Implemented Interfaces:
NetConfig, RouteConfig, RouteConfig6

public class RouteConfigIP6
extends RouteConfigIP<IP6Address>
implements RouteConfig6

Implementation of IPv6 route configurations


Constructor Summary
RouteConfigIP6(IP6Address destination, IP6Address gateway, IP6Address netmask, String interfaceName, int metric)
           
 
Method Summary
 boolean equals(RouteConfig r)
          Compares one route to another
 
Methods inherited from class com.eurotech.framework.net.route.RouteConfigIP
equals, getDescription, getDestination, getGateway, getInterfaceName, getMetric, getNetmask, hashCode, isValid, setDestination, setGateway, setInterfaceName, setMetric, setNetmask, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.eurotech.framework.net.route.RouteConfig
getDescription, getDestination, getGateway, getInterfaceName, getMetric, getNetmask
 
Methods inherited from interface com.eurotech.framework.net.NetConfig
isValid
 

Constructor Detail

RouteConfigIP6

public RouteConfigIP6(IP6Address destination,
                      IP6Address gateway,
                      IP6Address netmask,
                      String interfaceName,
                      int metric)
Method Detail

equals

public boolean equals(RouteConfig r)
Description copied from interface: RouteConfig
Compares one route to another

Specified by:
equals in interface RouteConfig
Returns:
Whether or not the two routes are equal


Copyright © 2013. All Rights Reserved.