Package akka.http.impl.engine.rendering
Class ResponseRenderingContext
- java.lang.Object
-
- akka.http.impl.engine.rendering.ResponseRenderingContext
-
- All Implemented Interfaces:
java.io.Serializable
,scala.Equals
,scala.Product
public final class ResponseRenderingContext extends java.lang.Object implements scala.Product, java.io.Serializable
INTERNAL API- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
ResponseRenderingContext.CloseRequested
INTERNAL APIstatic class
ResponseRenderingContext.CloseRequested$
-
Constructor Summary
Constructors Constructor Description ResponseRenderingContext(HttpResponse response, HttpMethod requestMethod, HttpProtocol requestProtocol, ResponseRenderingContext.CloseRequested closeRequested)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ResponseRenderingContext.CloseRequested
closeRequested()
HttpMethod
requestMethod()
HttpProtocol
requestProtocol()
HttpResponse
response()
-
-
-
Constructor Detail
-
ResponseRenderingContext
public ResponseRenderingContext(HttpResponse response, HttpMethod requestMethod, HttpProtocol requestProtocol, ResponseRenderingContext.CloseRequested closeRequested)
-
-
Method Detail
-
response
public HttpResponse response()
-
requestMethod
public HttpMethod requestMethod()
-
requestProtocol
public HttpProtocol requestProtocol()
-
closeRequested
public ResponseRenderingContext.CloseRequested closeRequested()
-
-