Package org.apache.pekko.http.javadsl
Class HostConnectionPool
java.lang.Object
org.apache.pekko.http.javadsl.HostConnectionPool
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionabstract HostConnectionPoolSetupsetup()abstract CompletionStage<org.apache.pekko.Done>shutdown()Asynchronously triggers the shutdown of the host connection pool.
- 
Constructor Details- 
HostConnectionPoolpublic HostConnectionPool()
 
- 
- 
Method Details- 
setup
- 
shutdownAsynchronously triggers the shutdown of the host connection pool.The produced CompletionStageis fulfilled when the shutdown has been completed.- Returns:
- (undocumented)
 
 
-