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 booleanequals(java.lang.Object obj)PoolIdpoolId()HostConnectionPoolSetupsetup()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:
equalsin interfacescala.Equals- Overrides:
equalsin classjava.lang.Object
-
poolId
public PoolId poolId()
-
setup
public HostConnectionPoolSetup setup()
- Specified by:
setupin classHttp.HostConnectionPool
-
shutdown
public scala.concurrent.Future<akka.Done> shutdown()
Description copied from class:Http.HostConnectionPoolAsynchronously triggers the shutdown of the host connection pool.The produced
Futureis fulfilled when the shutdown has been completed.- Specified by:
shutdownin classHttp.HostConnectionPool- Returns:
- (undocumented)
-
-