Package akka.http.javadsl
Class HostConnectionPool
- java.lang.Object
-
- akka.http.javadsl.HostConnectionPool
-
public abstract class HostConnectionPool extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description HostConnectionPool()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract HostConnectionPoolSetup
setup()
abstract java.util.concurrent.CompletionStage<akka.Done>
shutdown()
Asynchronously triggers the shutdown of the host connection pool.
-
-
-
Method Detail
-
setup
public abstract HostConnectionPoolSetup setup()
-
shutdown
public abstract java.util.concurrent.CompletionStage<akka.Done> shutdown()
Asynchronously triggers the shutdown of the host connection pool.The produced
CompletionStage
is fulfilled when the shutdown has been completed.- Returns:
- (undocumented)
-
-