Class PoolId
java.lang.Object
org.apache.pekko.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 SummaryNested ClassesModifier and TypeClassDescriptionstatic interfacestatic classstatic final classstatic class
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbooleaninthashCode()hcps()static PoolId.UniquePooltoString()usage()