Package akka.http.impl.engine.client
Class PoolInterface.ShutdownReason$
- java.lang.Object
-
- akka.http.impl.engine.client.PoolInterface.ShutdownReason$
-
- Enclosing interface:
- PoolInterface
public static class PoolInterface.ShutdownReason$ extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
PoolInterface.ShutdownReason$.IdleTimeout$
static class
PoolInterface.ShutdownReason$.ShutdownRequested$
-
Field Summary
Fields Modifier and Type Field Description static PoolInterface.ShutdownReason$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description ShutdownReason$()
-
-
-
Field Detail
-
MODULE$
public static final PoolInterface.ShutdownReason$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-