Packages

c

akka.http.scaladsl.Http

HostConnectionPool

sealed abstract class HostConnectionPool extends Product

Represents a connection pool to a specific target host and pool configuration.

Not for user extension.

Annotations
@DoNotInherit()
Source
Http.scala
Linear Supertypes
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. HostConnectionPool
  2. Product
  3. Equals
  4. AnyRef
  5. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Abstract Value Members

  1. abstract def setup: HostConnectionPoolSetup
  2. abstract def shutdown(): Future[Done]

    Asynchronously triggers the shutdown of the host connection pool.

    Asynchronously triggers the shutdown of the host connection pool.

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

Concrete Value Members

  1. def canEqual(that: Any): Boolean
    Definition Classes
    HostConnectionPool → Equals
  2. def productArity: Int
    Definition Classes
    HostConnectionPool → Product
  3. def productElement(n: Int): Any
    Definition Classes
    HostConnectionPool → Product
  4. def productElementName(n: Int): String
    Definition Classes
    Product
  5. def productElementNames: Iterator[String]
    Definition Classes
    Product
  6. def productIterator: Iterator[Any]
    Definition Classes
    Product
  7. def productPrefix: String
    Definition Classes
    Product