Class HostConnectionPool

java.lang.Object
org.apache.pekko.http.javadsl.HostConnectionPool

public abstract class HostConnectionPool extends Object
  • Constructor Details

    • HostConnectionPool

      public HostConnectionPool()
  • Method Details

    • setup

      public abstract HostConnectionPoolSetup setup()
    • shutdown

      public abstract CompletionStage<org.apache.pekko.Done> shutdown()
      Asynchronously triggers the shutdown of the host connection pool.

      The produced CompletionStage is fulfilled when the shutdown has been completed.

      Returns:
      (undocumented)