Class InetAddrUtils


  • @Deprecated
    public abstract class InetAddrUtils
    extends java.lang.Object
    Deprecated.
    Use InetAddressUtils instead.
    • Constructor Summary

      Constructors 
      Constructor Description
      InetAddrUtils()
      Deprecated.
       
    • Method Summary

      All Methods Static Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      static java.net.InetAddress addr​(java.lang.String value)
      Deprecated.
       
      static java.net.InetAddress getLocalHostAddress()
      Deprecated.
       
      static java.lang.String str​(java.net.InetAddress address)
      Deprecated.
       
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • InetAddrUtils

        public InetAddrUtils()
        Deprecated.
    • Method Detail

      • str

        public static java.lang.String str​(java.net.InetAddress address)
        Deprecated.
      • addr

        public static java.net.InetAddress addr​(java.lang.String value)
        Deprecated.
      • getLocalHostAddress

        public static java.net.InetAddress getLocalHostAddress()
        Deprecated.