org.apache.catalina.connector.warp
Class WarpRequest

java.lang.Object
  |
  +--org.apache.catalina.connector.RequestBase
        |
        +--org.apache.catalina.connector.HttpRequestBase
              |
              +--org.apache.catalina.connector.warp.WarpRequest
All Implemented Interfaces:
HttpRequest, javax.servlet.http.HttpServletRequest, Request, javax.servlet.ServletRequest

public class WarpRequest
extends HttpRequestBase

Version:
CVS $Id: WarpRequest.java,v 1.4 2001/01/24 23:10:50 pier Exp $
Author:
Pier Fumagalli, Copyright © 1999, 2000 The Apache Software Foundation.

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.HttpRequestBase
addCookie, addHeader, addParameter, clearCookies, clearHeaders, clearLocales, clearParameters, getAuthType, getContextPath, getCookies, getDateHeader, getHeader, getHeaderNames, getHeaders, getInfo, getIntHeader, getMethod, getParameter, getParameterMap, getParameterNames, getParameterValues, getPathInfo, getPathTranslated, getQueryString, getRemoteUser, getRequest, getRequestDispatcher, getRequestedSessionId, getRequestURI, getRequestURL, getServletPath, getSession, getSession, getUserPrincipal, isRequestedSessionIdFromCookie, isRequestedSessionIdFromUrl, isRequestedSessionIdFromURL, isRequestedSessionIdValid, isSecure, isUserInRole, parseParameters, recycle, setAuthType, setContextPath, setMethod, setPathInfo, setQueryString, setRequestedSessionCookie, setRequestedSessionId, setRequestedSessionURL, setRequestURI, setSecure, setServletPath, setUserPrincipal
 
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

WarpRequest

public WarpRequest()
Method Detail

getWarpRequestHandler

protected WarpRequestHandler getWarpRequestHandler()
Return the WarpRequestHandler associated with this request.

setWarpRequestHandler

protected void setWarpRequestHandler(WarpRequestHandler handler)
Set the WarpRequestHandler associated with this request.

getRequestID

protected int getRequestID()
Return the Host ID associated with this WarpRequest instance.

setRequestID

protected void setRequestID(int id)
Set the Host ID associated with this WarpRequest instance.

getRequestedHostID

protected int getRequestedHostID()
Return the Host ID associated with this WarpRequest instance.

setRequestedHostID

protected void setRequestedHostID(int id)
Set the Application ID associated with this WarpRequest instance.

getRequestedApplicationID

protected int getRequestedApplicationID()
Return the Application ID associated with this WarpRequest instance.

setRequestedApplicationID

protected void setRequestedApplicationID(int id)
Set the Host ID associated with this WarpRequest instance.


Copyright ? 2000 Apache Software Foundation. All Rights Reserved.