Package akka.http.impl.engine.client
Class PoolId
java.lang.Object
akka.http.impl.engine.client.PoolId
Represents a pool by its target endpoint and settings and its designated usage (shared or unique).
A PoolId
is represented by its HostConnectionPoolSetup
and its PoolId.PoolUsage
. If the later
is SharedPool
, it means that a shared pool must be used for this particular HostConnectionPoolSetup
.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interface
static class
static final class
static class
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
int
hashCode()
hcps()
static PoolId.UniquePool
toString()
usage()