|
Java API Reference for Oracle Infrastructure Web Services 11 Release 1 (11.1.1) E10654-02 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
oracle.webservices.provider.transport.HTTPConstants
public class HTTPConstants
HTTP transport-specific properties for provider messages. These properties are available on 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.
| Field Summary | |
|---|---|
static String |
HTTP_AUTH_TYPEProperty name for the name of the authentication scheme used to protect the servlet. |
static String |
HTTP_CONTENT_LENGTHProperty name for the length, in bytes, of the request body. |
static String |
HTTP_CONTENT_TYPEProperty name for the MIME type of the body of the request. |
static String |
HTTP_CONTEXTPATHProperty name for the portion of the request URI that indicates the context of the request. |
static String |
HTTP_COOKIESProperty name for an array containing all of the Cookie objects the client sent with this request. |
static String |
HTTP_PATH_INFOProperty name for any extra path information associated with the URL the client sent when it made this request. |
static String |
HTTP_PATH_TRANSLATEDProperty name for any extra path information after the servlet name but before the query string, translated to a real path. |
static String |
HTTP_QUERY_STRINGProperty name for the query string that is contained in the request URL after the path. |
static String |
HTTP_REMOTE_ADDRProperty name for the Internet Protocol (IP) address of the client or last proxy that sent the request. |
static String |
HTTP_REMOTE_HOSTProperty name for the fully qualified name of the client or the last proxy that sent the request. |
static String |
HTTP_REMOTE_PORTProperty name for the Internet Protocol (IP) source port of the client or last proxy that sent the request. |
static String |
HTTP_REMOTE_USERProperty 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 String |
HTTP_REQUEST_URIProperty 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 String |
HTTP_REQUEST_URLProperty name for reconstruction of the request's URL. |
static String |
HTTP_RESPONSE_CODEProperty name for the http response code. |
static String |
HTTP_SERVLET_PATHProperty name for the part of this request's URL that calls the servlet. |
static String |
HTTP_SERVLET_REQUESTProperty name for the servlet request. |
static String |
HTTP_SERVLET_RESPONSEProperty name for the servlet response. |
static String |
HTTP_SESSIONProperty name for the current session associated with this request. |
static String |
HTTP_SOAP_ACTIONProperty name for SOAPAction in the client request. |
static String |
HTTP_USER_PRINCIPALProperty value for a Principal object containing the name of the current authenticated user. |
static String |
SERVLET_CONTEXTProperty name for the servlet context. |
| Constructor Summary | |
|---|---|
HTTPConstants() |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String HTTP_CONTEXTPATH
public static final String HTTP_SESSION
javax.servlet.http.HttpSession
public static final String HTTP_REMOTE_USER
public static final String HTTP_REQUEST_URI
public static final String HTTP_REQUEST_URL
public static final String HTTP_SERVLET_PATH
public static final String HTTP_COOKIES
javax.servlet.http.Cookie[]
public static final String HTTP_QUERY_STRING
public static final String HTTP_AUTH_TYPE
public static final String HTTP_CONTENT_LENGTH
public static final String HTTP_CONTENT_TYPE
public static final String HTTP_REMOTE_ADDR
public static final String HTTP_REMOTE_HOST
public static final String HTTP_REMOTE_PORT
public static final String HTTP_SOAP_ACTION
public static final String HTTP_PATH_INFO
public static final String HTTP_PATH_TRANSLATED
public static final String HTTP_USER_PRINCIPAL
java.security.Principal
public static final String HTTP_SERVLET_REQUEST
javax.servlet.http.HttpServletRequest
public static final String HTTP_SERVLET_RESPONSE
javax.servlet.http.HttpServletResponse
public static final String SERVLET_CONTEXT
javax.servlet.ServletContext
public static final String HTTP_RESPONSE_CODE
| Constructor Detail |
|---|
public HTTPConstants()
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||