Class DidDhtConfiguration

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private final String gateway
      private HttpClientEngine engine
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final String getGateway() The DID DHT gateway URL.
      final HttpClientEngine getEngine() The engine to use.
      final Unit setEngine(HttpClientEngine engine) The engine to use.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • getEngine

         final HttpClientEngine getEngine()

        The engine to use. When absent, a new one will be created from the OkHttp factory.

      • setEngine

         final Unit setEngine(HttpClientEngine engine)

        The engine to use. When absent, a new one will be created from the OkHttp factory.