public abstract static class Http.HostConnectionPool
extends java.lang.Object
implements scala.Product
Not for user extension.
Constructor and Description |
---|
HostConnectionPool() |
Modifier and Type | Method and Description |
---|---|
boolean |
canEqual(java.lang.Object that) |
int |
productArity() |
java.lang.Object |
productElement(int n) |
abstract HostConnectionPoolSetup |
setup() |
abstract scala.concurrent.Future<org.apache.pekko.Done> |
shutdown()
Asynchronously triggers the shutdown of the host connection pool.
|
HostConnectionPool |
toJava() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public abstract HostConnectionPoolSetup setup()
public abstract scala.concurrent.Future<org.apache.pekko.Done> shutdown()
The produced Future
is fulfilled when the shutdown has been completed.
public HostConnectionPool toJava()
public int productArity()
productArity
in interface scala.Product
public java.lang.Object productElement(int n)
productElement
in interface scala.Product
public boolean canEqual(java.lang.Object that)
canEqual
in interface scala.Equals