Class TcpSocketManager.HostResolver

  • Enclosing class:
    TcpSocketManager

    public static class TcpSocketManager.HostResolver
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      HostResolver()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<java.net.InetSocketAddress> resolveHost​(java.lang.String host, int port)  
      • Methods inherited from class java.lang.Object

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

      • HostResolver

        public HostResolver()
    • Method Detail

      • resolveHost

        public java.util.List<java.net.InetSocketAddress> resolveHost​(java.lang.String host,
                                                                      int port)
                                                               throws java.net.UnknownHostException
        Throws:
        java.net.UnknownHostException