|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Response
| Method Summary | |
|---|---|
OutputStream |
getBodyOutputStream()
Gets the output stream for streaming the response body. |
Map<String,String[]> |
getHeaders()
Gets the HTTP headers of this response. |
HttpStatusCode |
getStatusCode()
Gets the HTTP status code of this response. |
void |
sendHeaders(HttpStatusCode status,
Map<String,String[]> headers)
Sends the response headers and sets the HTTP response status. |
| Method Detail |
|---|
void sendHeaders(HttpStatusCode status,
Map<String,String[]> headers)
getBodyStream();
status - The response statusheaders - The response headersHttpStatusCode getStatusCode()
Map<String,String[]> getHeaders()
OutputStream getBodyOutputStream()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||