Package | Description |
---|---|
com.eurotech.framework.net.route |
Provides services to manage interfaces and their priorities in the static routing table.
|
Modifier and Type | Interface and Description |
---|---|
interface |
RouteConfig4
Marker interface for IPv4 route configs
|
interface |
RouteConfig6
Marker interface for IPv6 route configs
|
Modifier and Type | Class and Description |
---|---|
class |
RouteConfigIP<T extends IPAddress>
Base class for Route configurations
|
class |
RouteConfigIP4
Implementation of IPv4 route configurations
|
class |
RouteConfigIP6
Implementation of IPv6 route configurations
|
Modifier and Type | Method and Description |
---|---|
boolean |
RouteConfigIP6.equals(RouteConfig r) |
boolean |
RouteConfigIP4.equals(RouteConfig route) |
boolean |
RouteConfig.equals(RouteConfig r)
Compares one route to another
|
Copyright © 2013. All Rights Reserved.