public static final class Http.HostConnectionPoolImpl extends Http.HostConnectionPool
Constructor and Description |
---|
HostConnectionPoolImpl(PoolId poolId,
PoolMaster master) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
PoolId |
poolId() |
HostConnectionPoolSetup |
setup() |
scala.concurrent.Future<org.apache.pekko.Done> |
shutdown()
Asynchronously triggers the shutdown of the host connection pool.
|
canEqual, productArity, productElement, toJava
public HostConnectionPoolImpl(PoolId poolId, PoolMaster master)
public boolean equals(java.lang.Object obj)
equals
in interface scala.Equals
equals
in class java.lang.Object
public PoolId poolId()
public HostConnectionPoolSetup setup()
setup
in class Http.HostConnectionPool
public scala.concurrent.Future<org.apache.pekko.Done> shutdown()
Http.HostConnectionPool
The produced Future
is fulfilled when the shutdown has been completed.
shutdown
in class Http.HostConnectionPool