public final class Response extends Object
Modifier and Type | Field and Description |
---|---|
static int |
ACCESS_DENIED |
static int |
AUTHENTICATION_REQUIRED |
String |
body
Body text of the HTTP response.
|
static int |
CONFLICT |
static int |
CREATED |
static int |
INTERNAL_SERVER_ERROR |
static int |
METHOD_NOT_ALLOWED |
static int |
NOT_ACCEPTABLE |
static int |
NOT_FOUND |
static int |
NOT_IMPLEMENTED |
static int |
OK |
static int |
PRECONDITION |
int |
statusCode
Status code of the HTTP response.
|
String |
statusMessage
Status message of the HTTP response.
|
static int |
TEMPORARILY_NOT_AVAILABLE |
static int |
UNSUPPORTED_MEDIA_TYPE |
public static final int OK
public static final int CREATED
public static final int AUTHENTICATION_REQUIRED
public static final int ACCESS_DENIED
public static final int NOT_FOUND
public static final int METHOD_NOT_ALLOWED
public static final int NOT_ACCEPTABLE
public static final int CONFLICT
public static final int PRECONDITION
public static final int UNSUPPORTED_MEDIA_TYPE
public static final int INTERNAL_SERVER_ERROR
public static final int NOT_IMPLEMENTED
public static final int TEMPORARILY_NOT_AVAILABLE
public final int statusCode
public final String statusMessage
public final String body
Copyright © 2014 OpenEstate. All rights reserved.