Class HostNameToIPResolver


  • public class HostNameToIPResolver
    extends java.lang.Object
    • Field Detail

      • resolver_thread

        protected static AEThread2 resolver_thread
      • request_queue

        protected static final java.util.List request_queue
      • request_queue_mon

        protected static final AEMonitor request_queue_mon
      • request_semaphore

        protected static final AESemaphore request_semaphore
    • Constructor Detail

      • HostNameToIPResolver

        public HostNameToIPResolver()
    • Method Detail

      • isDNSName

        public static boolean isDNSName​(java.lang.String host)
      • isNonDNSName

        public static boolean isNonDNSName​(java.lang.String host)
      • syncResolve

        public static java.net.InetAddress syncResolve​(java.lang.String host)
                                                throws java.net.UnknownHostException
        Throws:
        java.net.UnknownHostException
      • hostAddressToInetAddress

        public static java.net.InetAddress hostAddressToInetAddress​(java.lang.String host)
      • hostAddressToBytes

        public static byte[] hostAddressToBytes​(java.lang.String host)
      • textToNumericFormat

        static byte[] textToNumericFormat​(java.lang.String src)