Class Http.HostConnectionPool

java.lang.Object
akka.http.scaladsl.Http.HostConnectionPool
All Implemented Interfaces:
scala.Equals, scala.Product
Direct Known Subclasses:
Http.HostConnectionPoolImpl
Enclosing class:
Http

public abstract static class Http.HostConnectionPool extends Object implements scala.Product
Represents a connection pool to a specific target host and pool configuration.

Not for user extension.

  • Constructor Details

    • HostConnectionPool

      public HostConnectionPool()
  • Method Details

    • setup

      public abstract HostConnectionPoolSetup setup()
    • shutdown

      public abstract scala.concurrent.Future<akka.Done> shutdown()
      Asynchronously triggers the shutdown of the host connection pool.

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

      Returns:
      (undocumented)
    • toJava

      public HostConnectionPool toJava()
    • productArity

      public int productArity()
      Specified by:
      productArity in interface scala.Product
    • productElement

      public Object productElement(int n)
      Specified by:
      productElement in interface scala.Product
    • canEqual

      public boolean canEqual(Object that)
      Specified by:
      canEqual in interface scala.Equals