gluu
|
公開メンバ関数 | |
BaseResponse () | |
BaseResponse (int status) | |
BaseResponse (ClientResponse< String > clientResponse) | |
int | getStatus () |
String | getLocation () |
void | setLocation (String location) |
void | setStatus (int status) |
String | getEntity () |
void | setEntity (String entity) |
MultivaluedMap< String, Object > | getHeaders () |
void | setHeaders (MultivaluedMap< String, Object > headers) |
限定公開変数類 | |
int | status |
String | location |
String | entity |
MultivaluedMap< String, Object > | headers |
|
inline |
|
inline |
|
inline |
Returns the entity or body content of the response.
|
inline |
|
inline |
Returns the location of the response in the header.
|
inline |
Returns the HTTP status code of the response.
|
inline |
Sets the entity or body content of the response.
entity | The entity or body content of the response. |
|
inline |
|
inline |
Sets the location of the response in the header.
location | The location of the response. |
|
inline |
Sets the HTTP status code of the response.
status | The HTTP status code. |
|
protected |
|
protected |
|
protected |
|
protected |