Package | Description |
---|---|
inet.ipaddr | |
inet.ipaddr.ipv4 | |
inet.ipaddr.ipv6 | |
inet.ipaddr.mac |
Modifier and Type | Method and Description |
---|---|
IPv6Address |
IPAddress.toIPv6() |
IPv6Address |
IPAddressConverter.DefaultAddressConverter.toIPv6(IPAddress address) |
Modifier and Type | Method and Description |
---|---|
IPv6Address |
IPv4Address.getIPv4MappedAddress() |
IPv6Address |
IPv4Address.getIPv6Address(IPv6AddressSegment[] segs)
Create an IPv6 mixed address using the given ipv6 segments and using this address for the embedded IPv4 segments
|
IPv6Address |
IPv4Address.toIPv6()
Returns this address converted to IPv6.
|
Modifier and Type | Method and Description |
---|---|
IPv6Address |
IPv6Address.adjustPrefixBySegment(boolean nextSegment) |
IPv6Address |
IPv6Address.adjustPrefixBySegment(boolean nextSegment,
boolean zeroed) |
IPv6Address |
IPv6Address.adjustPrefixLength(int adjustment) |
IPv6Address |
IPv6Address.adjustPrefixLength(int adjustment,
boolean zeroed) |
IPv6Address |
IPv6Address.applyPrefixLength(int networkPrefixLength) |
IPv6Address |
IPv6Address.assignMinPrefixForBlock() |
IPv6Address |
IPv6Address.assignPrefixForSingleBlock() |
IPv6Address |
IPv6Address.bitwiseOr(IPAddress mask) |
IPv6Address |
IPv6Address.bitwiseOr(IPAddress mask,
boolean retainPrefix) |
IPv6Address |
IPv6Address.bitwiseOrNetwork(IPAddress mask,
int networkPrefixLength) |
IPv6Address |
IPv6AddressNetwork.IPv6AddressCreator.createAddress(java.net.Inet6Address addr) |
IPv6Address |
IPv6AddressNetwork.IPv6AddressCreator.createAddress(IPv6AddressSection section) |
IPv6Address |
IPv6AddressNetwork.IPv6AddressCreator.createAddress(IPv6AddressSection section,
java.lang.CharSequence zone) |
IPv6Address |
IPv6AddressSection.getIPv6Address(IPv4Address mixedSection)
Create an IPv6 mixed address using the given address for the embedded IPv4 segments
|
IPv6Address |
IPv6Address.getLower() |
IPv6Address |
IPv6Address.getLowerNonZeroHost() |
IPv6Address |
IPv6Address.getUpper() |
IPv6Address |
IPv6Address.increment(long increment) |
IPv6Address |
IPv6Address.intersect(IPAddress other) |
IPv6Address |
IPv6Address.mask(IPAddress mask) |
IPv6Address |
IPv6Address.mask(IPAddress mask,
boolean retainPrefix) |
IPv6Address |
IPv6Address.maskNetwork(IPAddress mask,
int networkPrefixLength) |
IPv6Address[] |
IPv6Address.mergePrefixBlocks(IPAddress... addresses) |
IPv6Address |
IPv6Address.removePrefixLength() |
IPv6Address |
IPv6Address.removePrefixLength(boolean zeroed) |
IPv6Address |
IPv6Address.removeZone() |
IPv6Address |
IPv6Address.replace(int startIndex,
int endIndex,
IPv6Address replacement,
int replacementIndex)
Replaces segments starting from startIndex and ending before endIndex with the same number of segments starting at replacementStartIndex from the replacement section
|
IPv6Address |
IPv6Address.reverseBits(boolean perByte) |
IPv6Address |
IPv6Address.reverseBytes() |
IPv6Address |
IPv6Address.reverseBytesPerSegment() |
IPv6Address |
IPv6Address.reverseSegments() |
IPv6Address |
IPv6Address.setPrefixLength(int prefixLength) |
IPv6Address |
IPv6Address.setPrefixLength(int prefixLength,
boolean zeroed) |
IPv6Address[] |
IPv6Address.spanWithPrefixBlocks(IPAddress other) |
IPv6Address[] |
IPv6Address.subtract(IPAddress other) |
IPv6Address |
IPv6Address.toIPv6() |
IPv6Address |
IPv6Address.IPv6AddressConverter.toIPv6(IPAddress address)
If the given address is IPv6, or can be converted to IPv6, returns that
IPv6Address . |
IPv6Address |
IPv6Address.toMaxHost() |
IPv6Address |
IPv6Address.toMaxHost(int prefixLength) |
IPv6Address |
IPv6Address.toPrefixBlock() |
IPv6Address |
IPv6Address.toPrefixBlock(int networkPrefixLength) |
IPv6Address |
IPv6Address.toZeroHost() |
IPv6Address |
IPv6Address.toZeroHost(int prefixLength) |
Modifier and Type | Method and Description |
---|---|
java.lang.Iterable<IPv6Address> |
IPv6Address.getIterable() |
java.util.Iterator<IPv6Address> |
IPv6Address.iterator() |
java.util.Iterator<IPv6Address> |
IPv6Address.nonZeroHostIterator() |
java.util.Iterator<IPv6Address> |
IPv6Address.prefixBlockIterator() |
Modifier and Type | Method and Description |
---|---|
IPv6Address |
IPv6Address.replace(int startIndex,
int endIndex,
IPv6Address replacement,
int replacementIndex)
Replaces segments starting from startIndex and ending before endIndex with the same number of segments starting at replacementStartIndex from the replacement section
|
Constructor and Description |
---|
IPv6Address(IPv6Address prefix,
MACAddress eui)
Constructs an IPv6 address from a modified EUI-64 (Extended Unique Identifier) address section and an IPv6 address section network prefix.
|
Modifier and Type | Method and Description |
---|---|
IPv6Address |
MACAddress.toLinkLocalIPv6()
Converts to a link-local Ipv6 address.
|