Uses of Class
inet.ipaddr.IPAddressNetwork
Packages that use IPAddressNetwork
Package
Description
Base classes for IP addresses and generic addresses.
Classes for constructing arbitrary divisions of unlimited length and the groupings of those divisions.
Classes for constructing division groupings in which the divisions are under 64 bits of length.
Classes for constructing division groupings for producing strings.
Classes for IPv4
Classes for IPv6
-
Uses of IPAddressNetwork in inet.ipaddr
Methods in inet.ipaddr that return IPAddressNetworkModifier and TypeMethodDescriptionabstract IPAddressNetwork
<?, ?, ?, ?, ?> IPAddress.getNetwork()
IPAddressNetwork.IPAddressCreator.getNetwork()
abstract IPAddressNetwork
<?, ?, ?, ?, ?> IPAddressSegment.getNetwork()
IPAddressNetwork
<?, ?, ?, ?, ?> IPAddressSegmentSeries.getNetwork()
abstract IPAddressNetwork
<?, ?, ?, ?, ?> IPAddressStringParameters.IPAddressStringFormatParameters.getNetwork()
-
Uses of IPAddressNetwork in inet.ipaddr.format.large
Methods in inet.ipaddr.format.large that return IPAddressNetworkModifier and TypeMethodDescriptionIPAddressNetwork
<?, ?, ?, ?, ?> IPAddressLargeDivisionGrouping.getNetwork()
Constructors in inet.ipaddr.format.large with parameters of type IPAddressNetworkModifierConstructorDescriptionIPAddressLargeDivision
(byte[] bytes, byte[] upperBytes, int bitCount, int defaultRadix, IPAddressNetwork<?, ?, ?, ?, ?> network, Integer prefixLength) IPAddressLargeDivision
(byte[] bytes, int bitCount, int defaultRadix, IPAddressNetwork<?, ?, ?, ?, ?> network, Integer prefixLength) IPAddressLargeDivisionGrouping
(IPAddressLargeDivision[] divisions, IPAddressNetwork<?, ?, ?, ?, ?> network) -
Uses of IPAddressNetwork in inet.ipaddr.format.standard
Methods in inet.ipaddr.format.standard that return IPAddressNetworkModifier and TypeMethodDescriptionIPAddressNetwork
<?, ?, ?, ?, ?> IPAddressDivisionGrouping.getNetwork()
Constructors in inet.ipaddr.format.standard with parameters of type IPAddressNetworkModifierConstructorDescriptionIPAddressBitsDivision
(long value, long upperValue, int bitCount, int defaultRadix, IPAddressNetwork<?, ?, ?, ?, ?> network, Integer networkPrefixLength) IPAddressDivisionGrouping
(IPAddressDivision[] divisions, IPAddressNetwork<?, ?, ?, ?, ?> network) Constructs a grouping of IPAddress divisions. -
Uses of IPAddressNetwork in inet.ipaddr.format.string
Methods in inet.ipaddr.format.string that return IPAddressNetworkModifier and TypeMethodDescriptionIPAddressNetwork
<?, ?, ?, ?, ?> IPAddressStringDivisionSeries.getNetwork()
-
Uses of IPAddressNetwork in inet.ipaddr.ipv4
Subclasses of IPAddressNetwork in inet.ipaddr.ipv4Modifier and TypeClassDescriptionclass
Provides methods and types associated with all IPv4 addresses. -
Uses of IPAddressNetwork in inet.ipaddr.ipv6
Subclasses of IPAddressNetwork in inet.ipaddr.ipv6Modifier and TypeClassDescriptionclass
Provides methods and types associated with all IPv6 addresses.