Package | Description |
---|---|
org.projectfloodlight.openflow.types |
Modifier and Type | Field and Description |
---|---|
static IPv6AddressWithMask |
IPv6AddressWithMask.LINK_LOCAL_NETWORK
Represents the link-local network configuration used in practice,
i.e.
|
static IPv6AddressWithMask |
IPv6AddressWithMask.LINK_LOCAL_RESERVED
Contains all addresses reserved for link-local usages,
i.e.
|
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. |
Modifier and Type | Method and Description |
---|---|
static IPv6Address |
IPv6Address.of(IPv6AddressWithMask network,
MacAddress macAddress)
Returns an
IPv6Address object that represents the given
MAC address in the specified network. |
Copyright © 2015. All rights reserved.