Package | Description |
---|---|
inet.ipaddr | |
inet.ipaddr.format | |
inet.ipaddr.ipv4 | |
inet.ipaddr.ipv6 | |
inet.ipaddr.mac |
Modifier and Type | Class and Description |
---|---|
class |
IPAddress
A single IP address, or a subnet of multiple addresses.
|
Modifier and Type | Method and Description |
---|---|
abstract Address |
Address.adjustPrefixBySegment(boolean nextSegment) |
abstract Address |
Address.adjustPrefixLength(int adjustment) |
abstract Address |
Address.applyPrefixLength(int networkPrefixLength) |
Address |
HostIdentifierString.getAddress() |
abstract Address |
Address.getLower() |
abstract Address |
Address.getUpper() |
abstract Address |
Address.removePrefixLength() |
abstract Address |
Address.reverseBits(boolean perByte) |
abstract Address |
Address.reverseBytes() |
abstract Address |
Address.reverseBytesPerSegment() |
abstract Address |
Address.reverseSegments() |
abstract Address |
Address.setPrefixLength(int prefixLength) |
Address |
HostIdentifierString.toAddress() |
Modifier and Type | Method and Description |
---|---|
abstract java.lang.Iterable<? extends Address> |
Address.getIterable() |
abstract java.util.Iterator<? extends Address> |
Address.iterator() |
Modifier and Type | Method and Description |
---|---|
int |
Address.compareTo(Address other) |
boolean |
IPAddress.contains(Address other) |
abstract boolean |
Address.contains(Address other) |
boolean |
Address.isSameAddress(Address other) |
Constructor and Description |
---|
AddressTypeException(Address one,
java.lang.String key) |
Modifier and Type | Class and Description |
---|---|
class |
AddressCreator<T extends Address,R extends AddressSection,E extends AddressSection,S extends AddressSegment>
Has methods for creating addresses, segments and sections that are available to the parser.
|
Modifier and Type | Class and Description |
---|---|
class |
IPv4Address
An IPv4 address, or a subnet of multiple IPv4 addresses.
|
Modifier and Type | Class and Description |
---|---|
class |
IPv6Address
An IPv6 address, or a subnet of multiple IPv6 addresses.
|
Modifier and Type | Class and Description |
---|---|
class |
MACAddress |
Modifier and Type | Method and Description |
---|---|
boolean |
MACAddress.contains(Address other) |