public interface HttpTransportConstants extends TransportConstants
Modifier and Type | Field and Description |
---|---|
static String |
CONTENT_ENCODING_GZIP
Header value that indicates a compressed "Content-Encoding".
|
static String |
HEADER_ACCEPT_ENCODING
The "Accept-Encoding" header.
|
static String |
HEADER_CONTENT_ENCODING
The "Content-Encoding" header.
|
static String |
HTTP_URI_SCHEME
The "http" URI scheme.
|
static String |
HTTPS_URI_SCHEME
The "https" URI scheme.
|
static String |
METHOD_GET
The "GET" HTTP method
|
static String |
METHOD_POST
The "POST" HTTP method
|
static int |
STATUS_ACCEPTED
The "202 Accepted" status code.
|
static int |
STATUS_BAD_REQUEST
The "400 Bad Request" status code.
|
static int |
STATUS_INTERNAL_SERVER_ERROR
The "500 Server Error" status code.
|
static int |
STATUS_METHOD_NOT_ALLOWED
The "405 Method Not Allowed" status code.
|
static int |
STATUS_NO_CONTENT
The "204 No Content" status code.
|
static int |
STATUS_NOT_FOUND
The "404 Not Found" status code.
|
static int |
STATUS_OK
The "200 OK" status code.
|
EMPTY_SOAP_ACTION, HEADER_ACCEPT, HEADER_CONTENT_ID, HEADER_CONTENT_LENGTH, HEADER_CONTENT_TRANSFER_ENCODING, HEADER_CONTENT_TYPE, HEADER_SOAP_ACTION, PARAMETER_ACTION
static final String HEADER_CONTENT_ENCODING
static final String HEADER_ACCEPT_ENCODING
static final String CONTENT_ENCODING_GZIP
static final int STATUS_OK
static final int STATUS_ACCEPTED
static final int STATUS_NO_CONTENT
static final int STATUS_BAD_REQUEST
static final int STATUS_NOT_FOUND
static final int STATUS_METHOD_NOT_ALLOWED
static final int STATUS_INTERNAL_SERVER_ERROR
static final String HTTP_URI_SCHEME
static final String HTTPS_URI_SCHEME
static final String METHOD_GET
static final String METHOD_POST