toggle menu
doh
1.0.0
jvm
switch theme
search in API
doh
/
tech.relaycorp.doh
Package-level
declarations
Types
Types
Answer
Link copied to clipboard
data
class
Answer
(
val
data
:
List
<
String
>
)
Do
HClient
Link copied to clipboard
class
DoHClient
(
val
resolverURL
:
String
=
DEFAULT_RESOLVER_URL
)
:
Closeable
DNS-over-HTTPS (DoH) client.
Do
HException
Link copied to clipboard
abstract
class
DoHException
(
message
:
String
,
cause
:
Throwable
?
)
:
Exception
Invalid
Query
Exception
Link copied to clipboard
class
InvalidQueryException
(
message
:
String
,
cause
:
Throwable
)
:
DoHException
Lookup
Failure
Exception
Link copied to clipboard
class
LookupFailureException
(
message
:
String
,
cause
:
Throwable
?
=
null
)
:
DoHException
The DoH failed to complete the lookup successfully.