public class HTTPConstants
extends java.lang.Object
oracle.webservices.provider.MessageContext
for HTTP messages. They provide access to typical properties found on javax.servlet.http.HttpServletRequest
and javax.servlet.http.HttpServletResponse
instances.Modifier and Type | Field and Description |
---|---|
static java.lang.String |
HTTP_AUTH_TYPE
Property name for the name of the authentication scheme used to protect the servlet.
|
static java.lang.String |
HTTP_CONTENT_LENGTH
Property name for the length, in bytes, of the request body.
|
static java.lang.String |
HTTP_CONTENT_TYPE
Property name for the MIME type of the body of the request.
|
static java.lang.String |
HTTP_CONTEXTPATH
Property name for the portion of the request URI that indicates the context of the request.
|
static java.lang.String |
HTTP_COOKIES
Property name for an array containing all of the Cookie objects the client sent with this request.
|
static java.lang.String |
HTTP_PATH_INFO
Property name for any extra path information associated with the URL the client sent when it made this request.
|
static java.lang.String |
HTTP_PATH_TRANSLATED
Property name for any extra path information after the servlet name but before the query string, translated to a real path.
|
static java.lang.String |
HTTP_QUERY_STRING
Property name for the query string that is contained in the request URL after the path.
|
static java.lang.String |
HTTP_REMOTE_ADDR
Property name for the Internet Protocol (IP) address of the client or last proxy that sent the request.
|
static java.lang.String |
HTTP_REMOTE_HOST
Property name for the fully qualified name of the client or the last proxy that sent the request.
|
static java.lang.String |
HTTP_REMOTE_PORT
Property name for the Internet Protocol (IP) source port of the client or last proxy that sent the request.
|
static java.lang.String |
HTTP_REMOTE_USER
Property name for the login of the user making this request, if the user has been authenticated, or null if the user has not been authenticated.
|
static java.lang.String |
HTTP_REQUEST_URI
Property for the part of this request's URL from the protocol name up to the query string in the first line of the HTTP request.
|
static java.lang.String |
HTTP_REQUEST_URL
Property name for reconstruction of the request's URL.
|
static java.lang.String |
HTTP_RESPONSE_CODE
Property name for the http response code.
|
static java.lang.String |
HTTP_SERVLET_PATH
Property name for the part of this request's URL that calls the servlet.
|
static java.lang.String |
HTTP_SERVLET_REQUEST
Property name for the servlet request.
|
static java.lang.String |
HTTP_SERVLET_RESPONSE
Property name for the servlet response.
|
static java.lang.String |
HTTP_SESSION
Property name for the current session associated with this request.
|
static java.lang.String |
HTTP_SOAP_ACTION
Property name for SOAPAction in the client request.
|
static java.lang.String |
HTTP_USER_PRINCIPAL
Property value for a Principal object containing the name of the current authenticated user.
|
static java.lang.String |
SERVLET_CONFIG
Property name for the servlet config.
|
static java.lang.String |
SERVLET_CONTEXT
Property name for the servlet context.
|
Constructor and Description |
---|
HTTPConstants() |
public static final java.lang.String HTTP_CONTEXTPATH
public static final java.lang.String HTTP_SESSION
javax.servlet.http.HttpSession
public static final java.lang.String HTTP_REMOTE_USER
public static final java.lang.String HTTP_REQUEST_URI
public static final java.lang.String HTTP_REQUEST_URL
public static final java.lang.String HTTP_SERVLET_PATH
public static final java.lang.String HTTP_COOKIES
javax.servlet.http.Cookie
[]public static final java.lang.String HTTP_QUERY_STRING
public static final java.lang.String HTTP_AUTH_TYPE
public static final java.lang.String HTTP_CONTENT_LENGTH
public static final java.lang.String HTTP_CONTENT_TYPE
public static final java.lang.String HTTP_REMOTE_ADDR
public static final java.lang.String HTTP_REMOTE_HOST
public static final java.lang.String HTTP_REMOTE_PORT
public static final java.lang.String HTTP_SOAP_ACTION
public static final java.lang.String HTTP_PATH_INFO
public static final java.lang.String HTTP_PATH_TRANSLATED
public static final java.lang.String HTTP_USER_PRINCIPAL
java.security.Principal
public static final java.lang.String HTTP_SERVLET_REQUEST
javax.servlet.http.HttpServletRequest
public static final java.lang.String HTTP_SERVLET_RESPONSE
javax.servlet.http.HttpServletResponse
public static final java.lang.String SERVLET_CONTEXT
javax.servlet.ServletContext
public static final java.lang.String SERVLET_CONFIG
javax.servlet.ServletConfig
public static final java.lang.String HTTP_RESPONSE_CODE