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, toJavaMethods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface scala.Product
productElementName, productElementNames, productIterator, productPrefix
-
Constructor Details
-
HostConnectionPoolImpl
-
-
Method Details
-
equals
-
poolId
-
setup
- Specified by:
setupin classHttp.HostConnectionPool
-
shutdown
public scala.concurrent.Future<org.apache.pekko.Done> shutdown()Description copied from class:Http.HostConnectionPoolAsynchronously triggers the shutdown of the host connection pool.The produced
Futureis fulfilled when the shutdown has been completed.- Specified by:
shutdownin classHttp.HostConnectionPool- Returns:
- (undocumented)
-