Package org.apache.pekko.http.scaladsl
Class Http.HostConnectionPool
java.lang.Object
org.apache.pekko.http.scaladsl.Http.HostConnectionPool
- All Implemented Interfaces:
- scala.Equals,- scala.Product
- Direct Known Subclasses:
- Http.HostConnectionPoolImpl
- Enclosing class:
- Http
Represents a connection pool to a specific target host and pool configuration.
 
Not for user extension.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbooleanintproductElement(int n) abstract HostConnectionPoolSetupsetup()abstract scala.concurrent.Future<org.apache.pekko.Done>shutdown()Asynchronously triggers the shutdown of the host connection pool.toJava()Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface scala.EqualsequalsMethods inherited from interface scala.ProductproductElementName, productElementNames, productIterator, productPrefix
- 
Constructor Details- 
HostConnectionPoolpublic HostConnectionPool()
 
- 
- 
Method Details- 
canEqual- Specified by:
- canEqualin interface- scala.Equals
 
- 
productAritypublic int productArity()- Specified by:
- productArityin interface- scala.Product
 
- 
productElement- Specified by:
- productElementin interface- scala.Product
 
- 
setup
- 
shutdownpublic abstract scala.concurrent.Future<org.apache.pekko.Done> shutdown()Asynchronously triggers the shutdown of the host connection pool.The produced Futureis fulfilled when the shutdown has been completed.- Returns:
- (undocumented)
 
- 
toJava
 
-