Package akka.http.impl.engine.client
Class PoolInterface.ShutdownReason$.IdleTimeout$
java.lang.Object
akka.http.impl.engine.client.PoolInterface.ShutdownReason$.IdleTimeout$
- All Implemented Interfaces:
PoolInterface.ShutdownReason
,Serializable
,scala.Equals
,scala.Product
- Enclosing class:
- PoolInterface.ShutdownReason$
public static class PoolInterface.ShutdownReason$.IdleTimeout$
extends Object
implements PoolInterface.ShutdownReason, scala.Product, Serializable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final PoolInterface.ShutdownReason$.IdleTimeout$
Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface scala.Equals
canEqual, equals
Methods inherited from interface scala.Product
productArity, productElement, productElementName, productElementNames, productIterator, productPrefix
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
IdleTimeout$
public IdleTimeout$()
-