Package | Description |
---|---|
org.projectfloodlight.openflow.types |
Modifier and Type | Class and Description |
---|---|
class |
IPv4AddressWithMask |
class |
IPv6AddressWithMask |
Modifier and Type | Method and Description |
---|---|
static IPAddressWithMask<?> |
IPAddressWithMask.of(String ip) |
abstract IPAddressWithMask<F> |
IPAddress.withMask(F mask)
Returns an
IPAddressWithMask<F> object that represents this
IP address masked by the given IP address mask. |
abstract IPAddressWithMask<F> |
IPAddress.withMaskOfLength(int cidrMaskLength)
Returns an
IPAddressWithMask<F> object that represents this
IP address masked by the CIDR subnet mask of the given prefix length. |
Copyright © 2015. All rights reserved.