Package | Description |
---|---|
org.projectfloodlight.openflow.types |
Modifier and Type | Field and Description |
---|---|
static IPv6AddressWithMask |
IPv6AddressWithMask.NONE |
Modifier and Type | Method and Description |
---|---|
static IPv6AddressWithMask |
IPv6AddressWithMask.of(IPv6Address value,
IPv6Address mask) |
static IPv6AddressWithMask |
IPv6AddressWithMask.of(String string) |
IPv6AddressWithMask |
IPv6Address.withMask(IPv6Address mask)
Returns an
IPv6AddressWithMask object that represents this
IP address masked by the given IP address mask. |
IPv6AddressWithMask |
IPv6Address.withMaskOfLength(int cidrMaskLength)
Returns an
IPv6AddressWithMask object that represents this
IP address masked by the CIDR subnet mask of the given prefix length. |
Copyright © 2015. All rights reserved.