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