|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.catalina.connector.RequestBase | +--org.apache.catalina.connector.HttpRequestBase | +--org.apache.catalina.connector.warp.WarpRequest
Fields inherited from class org.apache.catalina.connector.HttpRequestBase |
authType, contextPath, cookies, empty, facade, formats, headers, info, method, parameters, parsed, pathInfo, queryString, requestedSessionCookie, requestedSessionId, requestedSessionURL, requestURI, secure, servletPath, session, userPrincipal |
Fields inherited from class org.apache.catalina.connector.RequestBase |
attributes, authorization, characterEncoding, connector, contentLength, contentType, context, defaultLocale, input, locales, protocol, reader, remoteAddr, remoteHost, response, scheme, serverName, serverPort, sm, socket, stream, wrapper |
Fields inherited from interface javax.servlet.http.HttpServletRequest |
BASIC_AUTH, CLIENT_CERT_AUTH, DIGEST_AUTH, FORM_AUTH |
Constructor Summary | |
WarpRequest()
|
Method Summary | |
protected int |
getRequestedApplicationID()
Return the Application ID associated with this WarpRequest instance. |
protected int |
getRequestedHostID()
Return the Host ID associated with this WarpRequest instance. |
protected int |
getRequestID()
Return the Host ID associated with this WarpRequest instance. |
protected WarpRequestHandler |
getWarpRequestHandler()
Return the WarpRequestHandler associated with this request. |
protected void |
setRequestedApplicationID(int id)
Set the Host ID associated with this WarpRequest instance. |
protected void |
setRequestedHostID(int id)
Set the Application ID associated with this WarpRequest instance. |
protected void |
setRequestID(int id)
Set the Host ID associated with this WarpRequest instance. |
protected void |
setWarpRequestHandler(WarpRequestHandler handler)
Set the WarpRequestHandler associated with this request. |
Methods inherited from class org.apache.catalina.connector.RequestBase |
addLocale, createInputStream, finishRequest, getAttribute, getAttributeNames, getAuthorization, getCharacterEncoding, getConnector, getContentLength, getContentType, getContext, getInputStream, getLocale, getLocales, getProtocol, getReader, getRealPath, getRemoteAddr, getRemoteHost, getResponse, getScheme, getServerName, getServerPort, getSocket, getStream, getWrapper, removeAttribute, setAttribute, setAuthorization, setCharacterEncoding, setConnector, setContentLength, setContentType, setContext, setProtocol, setRemoteAddr, setRemoteHost, setResponse, setScheme, setServerName, setServerPort, setSocket, setStream, setWrapper |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.apache.catalina.HttpRequest |
addLocale |
Methods inherited from interface org.apache.catalina.Request |
createInputStream, finishRequest, getAuthorization, getConnector, getContext, getResponse, getSocket, getStream, getWrapper, setAuthorization, setConnector, setContentLength, setContentType, setContext, setProtocol, setRemoteAddr, setResponse, setScheme, setServerName, setServerPort, setSocket, setStream, setWrapper |
Methods inherited from interface javax.servlet.ServletRequest |
getAttribute, getAttributeNames, getCharacterEncoding, getContentLength, getContentType, getInputStream, getLocale, getLocales, getProtocol, getReader, getRealPath, getRemoteAddr, getRemoteHost, getScheme, getServerName, getServerPort, removeAttribute, setAttribute, setCharacterEncoding |
Constructor Detail |
public WarpRequest()
Method Detail |
protected WarpRequestHandler getWarpRequestHandler()
protected void setWarpRequestHandler(WarpRequestHandler handler)
protected int getRequestID()
protected void setRequestID(int id)
protected int getRequestedHostID()
protected void setRequestedHostID(int id)
protected int getRequestedApplicationID()
protected void setRequestedApplicationID(int id)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |