Package akka.http.scaladsl
Class Http.HostConnectionPoolImpl
- java.lang.Object
-
- akka.http.scaladsl.Http.HostConnectionPool
-
- akka.http.scaladsl.Http.HostConnectionPoolImpl
-
- All Implemented Interfaces:
scala.Equals
,scala.Product
- Enclosing class:
- Http
public static final class Http.HostConnectionPoolImpl extends Http.HostConnectionPool
INTERNAL API
-
-
Constructor Summary
Constructors Constructor Description HostConnectionPoolImpl(PoolId poolId, PoolMaster master)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object obj)
PoolId
poolId()
HostConnectionPoolSetup
setup()
scala.concurrent.Future<akka.Done>
shutdown()
Asynchronously triggers the shutdown of the host connection pool.-
Methods inherited from class akka.http.scaladsl.Http.HostConnectionPool
canEqual, productArity, productElement, toJava
-
-
-
-
Constructor Detail
-
HostConnectionPoolImpl
public HostConnectionPoolImpl(PoolId poolId, PoolMaster master)
-
-
Method Detail
-
equals
public boolean equals(java.lang.Object obj)
- Specified by:
equals
in interfacescala.Equals
- Overrides:
equals
in classjava.lang.Object
-
poolId
public PoolId poolId()
-
setup
public HostConnectionPoolSetup setup()
- Specified by:
setup
in classHttp.HostConnectionPool
-
shutdown
public scala.concurrent.Future<akka.Done> shutdown()
Description copied from class:Http.HostConnectionPool
Asynchronously triggers the shutdown of the host connection pool.The produced
Future
is fulfilled when the shutdown has been completed.- Specified by:
shutdown
in classHttp.HostConnectionPool
- Returns:
- (undocumented)
-
-