Uses of Class
inet.ipaddr.AddressNetwork
-
Packages that use AddressNetwork Package Description inet.ipaddr Base classes for IP addresses and generic addresses.inet.ipaddr.format.standard Classes for constructing division groupings in which the divisions are under 64 bits of length.inet.ipaddr.ipv4 Classes for IPv4inet.ipaddr.ipv6 Classes for IPv6inet.ipaddr.mac Classes for MAC addresses. -
-
Uses of AddressNetwork in inet.ipaddr
Subclasses of AddressNetwork in inet.ipaddr Modifier and Type Class 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.Methods in inet.ipaddr that return AddressNetwork Modifier and Type Method Description AddressNetwork<?>
AddressComponent. getNetwork()
Returns the network object for components of the same version (eg IPv4, IPv6 and MAC each have their own network object) -
Uses of AddressNetwork in inet.ipaddr.format.standard
Methods in inet.ipaddr.format.standard that return AddressNetwork Modifier and Type Method Description abstract AddressNetwork<S>
AddressCreator. getNetwork()
-
Uses of AddressNetwork in inet.ipaddr.ipv4
Subclasses of AddressNetwork in inet.ipaddr.ipv4 Modifier and Type Class Description class
IPv4AddressNetwork
Provides methods and types associated with all IPv4 addresses. -
Uses of AddressNetwork in inet.ipaddr.ipv6
Subclasses of AddressNetwork in inet.ipaddr.ipv6 Modifier and Type Class Description class
IPv6AddressNetwork
Provides methods and types associated with all IPv6 addresses. -
Uses of AddressNetwork in inet.ipaddr.mac
Subclasses of AddressNetwork in inet.ipaddr.mac Modifier and Type Class Description class
MACAddressNetwork
Provides methods and types associated with all MAC addresses.
-