Package | Description |
---|---|
org.projectfloodlight.openflow.types |
Modifier and Type | Field and Description |
---|---|
static IPv4AddressWithMask |
IPv4AddressWithMask.NONE |
Modifier and Type | Method and Description |
---|---|
static IPv4AddressWithMask |
IPv4AddressWithMask.of(int rawValue,
int rawMask)
Deprecated.
replaced by
IPv4Address.of(int) and
IPv4Address.withMask(IPv4Address) , e.g.
IPv4Address.of(int).withMask(IPv4Address.of(int))
|
static IPv4AddressWithMask |
IPv4AddressWithMask.of(IPv4Address value,
IPv4Address mask)
Returns an
IPv4AddressWithMask object that represents the given
IP address masked by the given IP address mask. |
static IPv4AddressWithMask |
IPv4AddressWithMask.of(String string)
Returns an
IPv4AddressWithMask object that corresponds to
the given string in CIDR notation or other acceptable notations. |
IPv4AddressWithMask |
IPv4Address.withMask(IPv4Address mask)
Returns an
IPv4AddressWithMask object that represents this
IP address masked by the given IP address mask. |
IPv4AddressWithMask |
IPv4Address.withMaskOfLength(int cidrMaskLength)
Returns an
IPv4AddressWithMask object that represents this
IP address masked by the CIDR subnet mask of the given prefix length. |
Copyright © 2015. All rights reserved.