Interface HttpTransportConstants
- All Superinterfaces:
TransportConstants
Declares HTTP-specific transport constants.
- Since:
- 1.0.0
- Author:
- Arjen Poutsma
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
Header value that indicates a compressed "Content-Encoding".static final String
The "Accept-Encoding" header.static final String
The "Content-Encoding" header.static final String
The "http" URI scheme.static final String
The "https" URI scheme.static final String
The "GET" HTTP methodstatic final String
The "POST" HTTP methodstatic final int
The "202 Accepted" status code.static final int
The "400 Bad Request" status code.static final int
The "500 Server Error" status code.static final int
The "405 Method Not Allowed" status code.static final int
The "204 No Content" status code.static final int
The "404 Not Found" status code.static final int
The "200 OK" status code.Fields inherited from interface org.springframework.ws.transport.TransportConstants
EMPTY_SOAP_ACTION, HEADER_ACCEPT, HEADER_CONTENT_ID, HEADER_CONTENT_LENGTH, HEADER_CONTENT_TRANSFER_ENCODING, HEADER_CONTENT_TYPE, HEADER_SOAP_ACTION, PARAMETER_ACTION
-
Field Details
-
HEADER_CONTENT_ENCODING
The "Content-Encoding" header.- See Also:
-
HEADER_ACCEPT_ENCODING
The "Accept-Encoding" header.- See Also:
-
CONTENT_ENCODING_GZIP
Header value that indicates a compressed "Content-Encoding".- See Also:
-
STATUS_OK
static final int STATUS_OKThe "200 OK" status code.- See Also:
-
STATUS_ACCEPTED
static final int STATUS_ACCEPTEDThe "202 Accepted" status code.- See Also:
-
STATUS_NO_CONTENT
static final int STATUS_NO_CONTENTThe "204 No Content" status code.- See Also:
-
STATUS_BAD_REQUEST
static final int STATUS_BAD_REQUESTThe "400 Bad Request" status code.- See Also:
-
STATUS_NOT_FOUND
static final int STATUS_NOT_FOUNDThe "404 Not Found" status code.- See Also:
-
STATUS_METHOD_NOT_ALLOWED
static final int STATUS_METHOD_NOT_ALLOWEDThe "405 Method Not Allowed" status code.- See Also:
-
STATUS_INTERNAL_SERVER_ERROR
static final int STATUS_INTERNAL_SERVER_ERRORThe "500 Server Error" status code.- See Also:
-
HTTP_URI_SCHEME
The "http" URI scheme.- See Also:
-
HTTPS_URI_SCHEME
The "https" URI scheme.- See Also:
-
METHOD_GET
The "GET" HTTP method- See Also:
-
METHOD_POST
The "POST" HTTP method- See Also:
-