Uses of Class
inet.ipaddr.IPAddressString
-
Packages that use IPAddressString Package Description inet.ipaddr Base classes for IP addresses and generic addresses.inet.ipaddr.format.validate Validation of address strings and creation of address representations from the validated strings. -
-
Uses of IPAddressString in inet.ipaddr
Methods in inet.ipaddr that return IPAddressString Modifier and Type Method Description IPAddressStringIPAddressString. adjustPrefixBySegment(boolean nextSegment)Increases or decreases prefix length to the next segment boundary of the given address version's standard segment boundaries.IPAddressStringIPAddressString. adjustPrefixLength(int adjustment)Increases or decreases prefix length by the given increment.IPAddressStringHostName. asAddressString()If this represents an ip address or represents any valid IPAddressString, returns the corresponding address string.IPAddressStringIPAddressNetwork.IPAddressStringGenerator. get(byte[] bytes)IPAddressStringIPAddressNetwork.IPAddressStringGenerator. get(Address.AddressValueProvider addressProvider)IPAddressStringIPAddressNetwork.IPAddressStringGenerator. get(Address.SegmentValueProvider lowerValueProvider, Address.SegmentValueProvider upperValueProvider, java.lang.Integer prefixLength, java.lang.CharSequence zone)IPAddressStringIPAddressNetwork.IPAddressStringGenerator. get(IPAddress.IPAddressValueProvider addressProvider)IPAddressStringIPAddressNetwork.IPAddressStringGenerator. get(IPAddress.IPVersion version, Address.SegmentValueProvider lowerValueProvider, Address.SegmentValueProvider upperValueProvider, java.lang.Integer prefixLength)IPAddressStringIPAddress. toAddressString()Generates an IPAddressString object for this IPAddress object.Methods in inet.ipaddr with parameters of type IPAddressString Modifier and Type Method Description intIPAddressString. compareTo(IPAddressString other)All address strings are comparable.booleanIPAddressString. contains(IPAddressString other)Returns whether the address subnet identified by this address string contains the address identified by the given string.booleanIPAddress. matches(IPAddressString otherString)booleanIPAddressString. prefixContains(IPAddressString other)Similar toprefixEquals(IPAddressString), but instead returns whether the prefix of this address contains the same of the given address, using the prefix length of this address.booleanIPAddressString. prefixEquals(IPAddressString other)Similar toequals(Object), but instead returns whether the prefix of this address matches the same of the given address, using the prefix length of this address.Constructor parameters in inet.ipaddr with type arguments of type IPAddressString Constructor Description IPAddressStringGenerator(java.util.Map<java.lang.String,IPAddressString> backingMap)IPAddressStringGenerator(java.util.Map<java.lang.String,IPAddressString> backingMap, IPAddressStringParameters options) -
Uses of IPAddressString in inet.ipaddr.format.validate
Methods in inet.ipaddr.format.validate that return IPAddressString Modifier and Type Method Description IPAddressStringParsedHost. asGenericAddressString()Methods in inet.ipaddr.format.validate with parameters of type IPAddressString Modifier and Type Method Description IPAddressProviderHostIdentifierStringValidator. validateAddress(IPAddressString fromString)IPAddressProviderValidator. validateAddress(IPAddressString fromString)IPAddressProviderValidator. validateIPAddressStr(IPAddressString fromString)
-