Package com.biglybt.core.util
Class HostNameToIPResolver
java.lang.Object
com.biglybt.core.util.HostNameToIPResolver
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescription(package private) static final int
protected static final List
protected static final AEMonitor
protected static final AESemaphore
protected static AEThread2
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
static byte[]
hostAddressToBytes
(String host) static InetAddress
static boolean
static boolean
isNonDNSName
(String host) static InetAddress
syncResolve
(String host) (package private) static byte[]
-
Field Details
-
resolver_thread
-
request_queue
-
request_queue_mon
-
request_semaphore
-
INADDRSZ
static final int INADDRSZ- See Also:
-
-
Constructor Details
-
HostNameToIPResolver
public HostNameToIPResolver()
-
-
Method Details
-
isDNSName
-
isNonDNSName
-
syncResolve
- Throws:
UnknownHostException
-
addResolverRequest
-
hostAddressToInetAddress
-
hostAddressToBytes
-
textToNumericFormat
-