Package akka.http.impl.engine.client
Class PoolId.SharedPool$
- java.lang.Object
-
- akka.http.impl.engine.client.PoolId.SharedPool$
-
- All Implemented Interfaces:
PoolId.PoolUsage
,java.io.Serializable
,scala.Equals
,scala.Product
- Enclosing class:
- PoolId
public static class PoolId.SharedPool$ extends java.lang.Object implements PoolId.PoolUsage, scala.Product, java.io.Serializable
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static PoolId.SharedPool$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description SharedPool$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
name()
-
-
-
Field Detail
-
MODULE$
public static final PoolId.SharedPool$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
name
public java.lang.String name()
- Specified by:
name
in interfacePoolId.PoolUsage
-
-