Package | Description |
---|---|
org.projectfloodlight.openflow.types |
Modifier and Type | Class and Description |
---|---|
class |
IPAddress<F extends IPAddress<F>> |
class |
IPAddressWithMask<F extends IPAddress<F>> |
Modifier and Type | Class and Description |
---|---|
class |
IPv4Address
Wrapper around an IPv4Address address
|
class |
IPv6Address
IPv6 address object.
|
Modifier and Type | Method and Description |
---|---|
static IPAddress<?> |
IPAddress.fromInetAddress(InetAddress address)
Deprecated.
replaced by
of(InetAddress) |
static IPAddress<?> |
IPAddress.of(InetAddress address)
Factory function for InetAddress values.
|
static IPAddress<?> |
IPAddress.of(String ip)
parse an IPv4Address or IPv6Address from their conventional string representation.
|
Modifier and Type | Method and Description |
---|---|
boolean |
IPv6AddressWithMask.contains(IPAddress<?> ip) |
boolean |
IPv4AddressWithMask.contains(IPAddress<?> ip) |
abstract boolean |
IPAddressWithMask.contains(IPAddress<?> ip) |
Copyright © 2015. All rights reserved.