Package web5.sdk.dids.methods.dht
Class DidDhtConfiguration
-
- All Implemented Interfaces:
public final class DidDhtConfigurationConfiguration for the DidDhtApi.
-
-
Method Summary
Modifier and Type Method Description final StringgetGateway()The DID DHT gateway URL. final HttpClientEnginegetEngine()The engine to use. final UnitsetEngine(HttpClientEngine engine)The engine to use. -
-
Method Detail
-
getGateway
final String getGateway()
The DID DHT gateway URL.
-
getEngine
final HttpClientEngine getEngine()
The engine to use. When absent, a new one will be created from the OkHttp factory.
-
-
-
-