Uses of Class
inet.ipaddr.AddressNetwork
Packages that use AddressNetwork
Package
Description
Base classes for IP addresses and generic addresses.
Classes for constructing division groupings in which the divisions are under 64 bits of length.
Classes for IPv4
Classes for IPv6
Classes for MAC addresses.
-
Uses of AddressNetwork in inet.ipaddr
Subclasses of AddressNetwork in inet.ipaddrModifier and TypeClassDescriptionclass
IPAddressNetwork<T extends IPAddress,
R extends IPAddressSection, E extends IPAddressSection, S extends IPAddressSegment, J extends 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 AddressNetworkModifier and TypeMethodDescriptionAddressComponent.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 -
Uses of AddressNetwork in inet.ipaddr.ipv4
Subclasses of AddressNetwork in inet.ipaddr.ipv4Modifier and TypeClassDescriptionclass
Provides methods and types associated with all IPv4 addresses. -
Uses of AddressNetwork in inet.ipaddr.ipv6
Subclasses of AddressNetwork in inet.ipaddr.ipv6Modifier and TypeClassDescriptionclass
Provides methods and types associated with all IPv6 addresses. -
Uses of AddressNetwork in inet.ipaddr.mac
Subclasses of AddressNetwork in inet.ipaddr.macModifier and TypeClassDescriptionclass
Provides methods and types associated with all MAC addresses.