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 SummaryConstructors
- 
Method SummaryMethods inherited from class org.apache.pekko.http.scaladsl.Http.HostConnectionPoolcanEqual, productArity, productElement, toJavaMethods inherited from class java.lang.Objectclone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface scala.ProductproductElementName, productElementNames, productIterator, productPrefix
- 
Constructor Details- 
HostConnectionPoolImpl
 
- 
- 
Method Details- 
equals
- 
poolId
- 
setup- Specified by:
- setupin class- Http.HostConnectionPool
 
- 
shutdownpublic 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 class- Http.HostConnectionPool
- Returns:
- (undocumented)
 
 
-