Package org.apache.axis.transport.http
Class HTTPConstants
java.lang.Object
org.apache.axis.transport.http.HTTPConstants
HTTP protocol and message context constants.
- Author:
- Rob Jellinghaus (robj@unrealities.com), Doug Davis (dug@us.ibm.com), Jacek Kopecky (jacek@idoox.com)
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
Cookie headersstatic final String
static final String
HTTP header field valuesstatic final String
static final String
static final String
static final String
static final String
static final String
static final String
The MessageContext transport ID of HTTP.static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
If you want the HTTP sender to indicate that it can accept a gziped response, set this message context property to true.static final String
by default the HTTP request body is not compressed.static String
HttpServletstatic String
static String
static String
HttpServletRequeststatic String
HttpServletResponsestatic String
Deprecated.Should use javax.xml.rpc.Call.SOAPACTION_URI_PROPERTY instead.static String
Integerstatic String
Stringstatic final String
static final String
static final String
static final String
static final String
static final String
AXIS servlet plugin parameter names.static final String
static final String
static final String
static final String
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
HEADER_PROTOCOL_10
The MessageContext transport ID of HTTP. (Maybe this should be more specific, like "http_servlet", whaddya think? - todo by Jacek)- See Also:
-
HEADER_PROTOCOL_11
- See Also:
-
HEADER_PROTOCOL_V10
-
HEADER_PROTOCOL_V11
-
HEADER_POST
- See Also:
-
HEADER_HOST
- See Also:
-
HEADER_CONTENT_DESCRIPTION
- See Also:
-
HEADER_CONTENT_TYPE
- See Also:
-
HEADER_CONTENT_TRANSFER_ENCODING
- See Also:
-
HEADER_CONTENT_TYPE_JMS
- See Also:
-
HEADER_CONTENT_LENGTH
- See Also:
-
HEADER_CONTENT_LOCATION
- See Also:
-
HEADER_CONTENT_ID
- See Also:
-
HEADER_SOAP_ACTION
- See Also:
-
HEADER_AUTHORIZATION
- See Also:
-
HEADER_PROXY_AUTHORIZATION
- See Also:
-
HEADER_EXPECT
- See Also:
-
HEADER_EXPECT_100_Continue
- See Also:
-
HEADER_USER_AGENT
- See Also:
-
HEADER_CACHE_CONTROL
- See Also:
-
HEADER_CACHE_CONTROL_NOCACHE
- See Also:
-
HEADER_PRAGMA
- See Also:
-
HEADER_LOCATION
- See Also:
-
REQUEST_HEADERS
- See Also:
-
RESPONSE_HEADERS
- See Also:
-
HEADER_TRANSFER_ENCODING
-
HEADER_TRANSFER_ENCODING_CHUNKED
-
HEADER_CONNECTION
- See Also:
-
HEADER_CONNECTION_CLOSE
-
HEADER_CONNECTION_KEEPALIVE
-
HEADER_ACCEPT
- See Also:
-
HEADER_ACCEPT_TEXT_ALL
- See Also:
-
HEADER_ACCEPT_APPL_SOAP
- See Also:
-
HEADER_ACCEPT_MULTIPART_RELATED
- See Also:
-
HEADER_ACCEPT_APPLICATION_DIME
- See Also:
-
HEADER_ACCEPT_ENCODING
- See Also:
-
HEADER_CONTENT_ENCODING
- See Also:
-
COMPRESSION_GZIP
- See Also:
-
HEADER_COOKIE
Cookie headers- See Also:
-
HEADER_COOKIE2
- See Also:
-
HEADER_SET_COOKIE
- See Also:
-
HEADER_SET_COOKIE2
- See Also:
-
MC_HTTP_STATUS_CODE
Integer -
MC_HTTP_STATUS_MESSAGE
String -
MC_HTTP_SERVLET
HttpServlet -
MC_HTTP_SERVLETREQUEST
HttpServletRequest -
MC_HTTP_SERVLETRESPONSE
HttpServletResponse -
MC_HTTP_SERVLETLOCATION
-
MC_HTTP_SERVLETPATHINFO
-
MC_ACCEPT_GZIP
If you want the HTTP sender to indicate that it can accept a gziped response, set this message context property to true. The sender will automatically unzip the response if its gzipped.- See Also:
-
MC_GZIP_REQUEST
by default the HTTP request body is not compressed. set this message context property to true to have the request body gzip compressed.- See Also:
-
MC_HTTP_SOAPACTION
Deprecated.Should use javax.xml.rpc.Call.SOAPACTION_URI_PROPERTY instead. -
HEADER_DEFAULT_CHAR_ENCODING
HTTP header field values- See Also:
-
PLUGIN_NAME
AXIS servlet plugin parameter names.- See Also:
-
PLUGIN_SERVICE_NAME
- See Also:
-
PLUGIN_IS_DEVELOPMENT
- See Also:
-
PLUGIN_ENABLE_LIST
- See Also:
-
PLUGIN_ENGINE
- See Also:
-
PLUGIN_WRITER
- See Also:
-
PLUGIN_LOG
- See Also:
-
PLUGIN_EXCEPTION_LOG
- See Also:
-
-
Constructor Details
-
HTTPConstants
public HTTPConstants()
-