Uses of Class
inet.ipaddr.format.standard.IPAddressDivision
-
Packages that use IPAddressDivision 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 IPv6 -
-
Uses of IPAddressDivision in inet.ipaddr
Subclasses of IPAddressDivision in inet.ipaddr Modifier and Type Class Description classIPAddressSegmentThis represents a single segment of an IP address. -
Uses of IPAddressDivision in inet.ipaddr.format.standard
Subclasses of IPAddressDivision in inet.ipaddr.format.standard Modifier and Type Class Description classIPAddressBitsDivisionclassIPAddressJoinedSegmentsA combination of two or more IP address segments.Methods in inet.ipaddr.format.standard that return IPAddressDivision Modifier and Type Method Description IPAddressDivisionIPAddressDivisionGrouping. getDivision(int index)Constructors in inet.ipaddr.format.standard with parameters of type IPAddressDivision Constructor Description IPAddressDivisionGrouping(IPAddressDivision[] divisions, IPAddressNetwork<?,?,?,?,?> network)Constructs a grouping of IPAddress divisions. -
Uses of IPAddressDivision in inet.ipaddr.ipv4
Subclasses of IPAddressDivision in inet.ipaddr.ipv4 Modifier and Type Class Description classIPv4AddressSegmentThis represents a segment of an IPv4 address.classIPv4JoinedSegments -
Uses of IPAddressDivision in inet.ipaddr.ipv6
Subclasses of IPAddressDivision in inet.ipaddr.ipv6 Modifier and Type Class Description classIPv6AddressSegmentThis represents a segment of an IPv6 address.
-