Uses of Class
inet.ipaddr.format.standard.IPAddressDivision
Packages that use IPAddressDivision
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
-
Uses of IPAddressDivision in inet.ipaddr
Subclasses of IPAddressDivision in inet.ipaddrModifier and TypeClassDescriptionclass
This represents a single segment of an IP address. -
Uses of IPAddressDivision in inet.ipaddr.format.standard
Subclasses of IPAddressDivision in inet.ipaddr.format.standardModifier and TypeClassDescriptionclass
class
A combination of two or more IP address segments.Methods in inet.ipaddr.format.standard that return IPAddressDivisionConstructors in inet.ipaddr.format.standard with parameters of type IPAddressDivisionModifierConstructorDescriptionIPAddressDivisionGrouping
(IPAddressDivision[] divisions, IPAddressNetwork<?, ?, ?, ?, ?> network) Constructs a grouping of IPAddress divisions. -
Uses of IPAddressDivision in inet.ipaddr.ipv4
Subclasses of IPAddressDivision in inet.ipaddr.ipv4Modifier and TypeClassDescriptionclass
This represents a segment of an IPv4 address.class
-
Uses of IPAddressDivision in inet.ipaddr.ipv6
Subclasses of IPAddressDivision in inet.ipaddr.ipv6Modifier and TypeClassDescriptionclass
This represents a segment of an IPv6 address.