Package org.apache.pekko.http.javadsl
Class HostConnectionPool
java.lang.Object
org.apache.pekko.http.javadsl.HostConnectionPool
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract HostConnectionPoolSetup
setup()
abstract CompletionStage<org.apache.pekko.Done>
shutdown()
Asynchronously triggers the shutdown of the host connection pool.
-
Constructor Details
-
HostConnectionPool
public HostConnectionPool()
-
-
Method Details
-
setup
-
shutdown
Asynchronously triggers the shutdown of the host connection pool.The produced
CompletionStage
is fulfilled when the shutdown has been completed.- Returns:
- (undocumented)
-