Class HostNameToIPResolver
java.lang.Object
com.biglybt.core.util.HostNameToIPResolver
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescription(package private) static final intprotected static final Listprotected static final AEMonitorprotected static final AESemaphoreprotected static AEThread2 -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidstatic byte[]hostAddressToBytes(String host) static InetAddressstatic booleanstatic booleanisNonDNSName(String host) static InetAddresssyncResolve(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
-