Package org.apache.pekko.http.scaladsl
Class Http.HostConnectionPoolImpl
java.lang.Object
org.apache.pekko.http.scaladsl.Http.HostConnectionPool
org.apache.pekko.http.scaladsl.Http.HostConnectionPoolImpl
- All Implemented Interfaces:
scala.Equals
,scala.Product
- Enclosing class:
- Http
INTERNAL API
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.pekko.http.scaladsl.Http.HostConnectionPool
canEqual, productArity, productElement, toJava
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface scala.Product
productElementName, productElementNames, productIterator, productPrefix
-
Constructor Details
-
HostConnectionPoolImpl
-
-
Method Details
-
equals
-
poolId
-
setup
- Specified by:
setup
in classHttp.HostConnectionPool
-
shutdown
public scala.concurrent.Future<org.apache.pekko.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 classHttp.HostConnectionPool
- Returns:
- (undocumented)
-