Uses of Class
inet.ipaddr.IPAddressNetwork
-
Packages that use IPAddressNetwork Package Description inet.ipaddr Base classes for IP addresses and generic addresses.inet.ipaddr.format.large Classes for constructing arbitrary divisions of unlimited length and the groupings of those divisions.inet.ipaddr.format.standard Classes for constructing division groupings in which the divisions are under 64 bits of length.inet.ipaddr.format.string Classes for constructing division groupings for producing strings.inet.ipaddr.ipv4 Classes for IPv4inet.ipaddr.ipv6 Classes for IPv6 -
-
Uses of IPAddressNetwork in inet.ipaddr
Methods in inet.ipaddr that return IPAddressNetwork Modifier and Type Method Description abstract IPAddressNetwork<?,?,?,?,?>
IPAddress. getNetwork()
IPAddressNetwork<T,R,E,S,J>
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 IPAddressNetwork Modifier and Type Method Description IPAddressNetwork<?,?,?,?,?>
IPAddressLargeDivisionGrouping. getNetwork()
Constructors in inet.ipaddr.format.large with parameters of type IPAddressNetwork Constructor Description IPAddressLargeDivision(byte[] bytes, byte[] upperBytes, int bitCount, int defaultRadix, IPAddressNetwork<?,?,?,?,?> network, java.lang.Integer prefixLength)
IPAddressLargeDivision(byte[] bytes, int bitCount, int defaultRadix, IPAddressNetwork<?,?,?,?,?> network, java.lang.Integer prefixLength)
IPAddressLargeDivisionGrouping(IPAddressLargeDivision[] divisions, IPAddressNetwork<?,?,?,?,?> network)
-
Uses of IPAddressNetwork in inet.ipaddr.format.standard
Methods in inet.ipaddr.format.standard that return IPAddressNetwork Modifier and Type Method Description IPAddressNetwork<?,?,?,?,?>
IPAddressDivisionGrouping. getNetwork()
Constructors in inet.ipaddr.format.standard with parameters of type IPAddressNetwork Constructor Description IPAddressBitsDivision(long value, long upperValue, int bitCount, int defaultRadix, IPAddressNetwork<?,?,?,?,?> network, java.lang.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 IPAddressNetwork Modifier and Type Method Description IPAddressNetwork<?,?,?,?,?>
IPAddressStringDivisionSeries. getNetwork()
-
Uses of IPAddressNetwork in inet.ipaddr.ipv4
Subclasses of IPAddressNetwork in inet.ipaddr.ipv4 Modifier and Type Class Description class
IPv4AddressNetwork
Provides methods and types associated with all IPv4 addresses. -
Uses of IPAddressNetwork in inet.ipaddr.ipv6
Subclasses of IPAddressNetwork in inet.ipaddr.ipv6 Modifier and Type Class Description class
IPv6AddressNetwork
Provides methods and types associated with all IPv6 addresses.
-