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.SerializableINTERNAL API- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceResponseRenderingContext.CloseRequestedINTERNAL APIstatic classResponseRenderingContext.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.CloseRequestedcloseRequested()HttpMethodrequestMethod()HttpProtocolrequestProtocol()HttpResponseresponse()
-
-
-
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()
-
-