Class NetUtils


  • public final class NetUtils
    extends java.lang.Object
    Since:
    4.3
    • Constructor Summary

      Constructors 
      Constructor Description
      NetUtils()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void formatAddress​(java.lang.StringBuilder buffer, java.net.SocketAddress socketAddress)  
      • Methods inherited from class java.lang.Object

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

      • NetUtils

        public NetUtils()
    • Method Detail

      • formatAddress

        public static void formatAddress​(java.lang.StringBuilder buffer,
                                         java.net.SocketAddress socketAddress)