public final class ResponseRenderingContext
extends java.lang.Object
implements scala.Product, java.io.Serializable
| Modifier and Type | Class and Description | 
|---|---|
| static interface  | ResponseRenderingContext.CloseRequestedINTERNAL API | 
| static class  | ResponseRenderingContext.CloseRequested$ | 
| Constructor and Description | 
|---|
| ResponseRenderingContext(HttpResponse response,
                        HttpMethod requestMethod,
                        HttpProtocol requestProtocol,
                        ResponseRenderingContext.CloseRequested closeRequested) | 
| Modifier and Type | Method and Description | 
|---|---|
| ResponseRenderingContext.CloseRequested | closeRequested() | 
| HttpMethod | requestMethod() | 
| HttpProtocol | requestProtocol() | 
| HttpResponse | response() | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic ResponseRenderingContext(HttpResponse response, HttpMethod requestMethod, HttpProtocol requestProtocol, ResponseRenderingContext.CloseRequested closeRequested)
public HttpResponse response()
public HttpMethod requestMethod()
public HttpProtocol requestProtocol()
public ResponseRenderingContext.CloseRequested closeRequested()