Class ResponseRenderingContext.CloseRequested$.Unspecified$
java.lang.Object
org.apache.pekko.http.impl.engine.rendering.ResponseRenderingContext.CloseRequested$.Unspecified$
- All Implemented Interfaces:
Serializable,ResponseRenderingContext.CloseRequested,scala.Equals,scala.Product
- Enclosing class:
- ResponseRenderingContext.CloseRequested$
public static class ResponseRenderingContext.CloseRequested$.Unspecified$
extends Object
implements ResponseRenderingContext.CloseRequested, scala.Product, Serializable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionStatic 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, waitMethods inherited from interface scala.Equals
canEqual, equalsMethods 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
-
Unspecified$
public Unspecified$()
-
-
Method Details
-
shouldClose
public boolean shouldClose()- Specified by:
shouldClosein interfaceResponseRenderingContext.CloseRequested
-
wasForced
public boolean wasForced()- Specified by:
wasForcedin interfaceResponseRenderingContext.CloseRequested
-