Package org.minidns.util
Class InetAddressUtil
java.lang.Object
org.minidns.util.InetAddressUtil
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionstatic InetAddressstatic Inet4Addressipv4From(CharSequence cs) static Inet6Addressipv6From(CharSequence cs) static booleanisIpAddress(CharSequence address) static booleanisIpV4Address(CharSequence address) static booleanisIpV6Address(CharSequence address) static DnsNamereverseIpAddressOf(Inet4Address inet4Address) static DnsNamereverseIpAddressOf(Inet6Address inet6Address)  
- 
Constructor Details
- 
InetAddressUtil
public InetAddressUtil() 
 - 
 - 
Method Details
- 
ipv4From
 - 
ipv6From
 - 
isIpV4Address
 - 
isIpV6Address
 - 
isIpAddress
 - 
convertToInetAddressIfPossible
 - 
reverseIpAddressOf
 - 
reverseIpAddressOf
 
 -