public static class RestResponder.RestResponse extends Object
| Constructor and Description |
|---|
RestResponse(int statusCode,
String contentType,
Map<String,String> headers,
byte[] body) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getBody() |
String |
getContentType() |
Map<String,String> |
getHeaders() |
int |
getStatusCode() |
void |
setBody(byte[] body) |
void |
setContentType(String contentType) |
void |
setHeaders(Map<String,String> headers) |
void |
setStatusCode(int statusCode) |
Copyright © 2021. All rights reserved.