Package | Description |
---|---|
net.i2p.util |
These classes define the several useful utilities used
throughout the router and applications.
|
Modifier and Type | Method and Description |
---|---|
static DNSOverHTTPS.Type |
DNSOverHTTPS.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DNSOverHTTPS.Type[] |
DNSOverHTTPS.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
String |
DNSOverHTTPS.lookup(String host,
DNSOverHTTPS.Type type)
Lookup in cache, then query servers
|