Class Http.HostConnectionPoolImpl

  • All Implemented Interfaces:
    scala.Equals, scala.Product
    Enclosing class:
    Http

    public static final class Http.HostConnectionPoolImpl
    extends Http.HostConnectionPool
    INTERNAL API
    • Constructor Detail

      • HostConnectionPoolImpl

        public HostConnectionPoolImpl​(PoolId poolId,
                                      PoolMaster master)
    • Method Detail

      • equals

        public boolean equals​(java.lang.Object obj)
        Specified by:
        equals in interface scala.Equals
        Overrides:
        equals in class java.lang.Object
      • poolId

        public PoolId poolId()
      • shutdown

        public scala.concurrent.Future<akka.Done> shutdown()
        Description copied from class: Http.HostConnectionPool
        Asynchronously triggers the shutdown of the host connection pool.

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

        Specified by:
        shutdown in class Http.HostConnectionPool
        Returns:
        (undocumented)