Package | Description |
---|---|
inet.ipaddr | |
inet.ipaddr.format | |
inet.ipaddr.ipv4 | |
inet.ipaddr.ipv6 | |
inet.ipaddr.mac |
Modifier and Type | Class and Description |
---|---|
class |
IPAddressNetwork<T extends IPAddress,R extends IPAddressSection,E extends IPAddressSection,S extends IPAddressSegment,J extends java.net.InetAddress>
Represents a network of addresses of a single IP version providing a collection of standard addresses components for that version, such as masks and loopbacks.
|
Modifier and Type | Method and Description |
---|---|
AddressNetwork<?> |
AddressSegmentSeries.getNetwork()
Returns the network object for series of the same version (eg IPv4, IPv6 and MAC each have their own network object)
|
AddressNetwork<?> |
AddressSegment.getNetwork() |
Modifier and Type | Method and Description |
---|---|
abstract AddressNetwork<S> |
AddressCreator.getNetwork() |
Modifier and Type | Class and Description |
---|---|
class |
IPv4AddressNetwork |
Modifier and Type | Class and Description |
---|---|
class |
IPv6AddressNetwork |
Modifier and Type | Class and Description |
---|---|
class |
MACAddressNetwork |