org.apache.catalina.connector.warp
クラス WarpRequest

java.lang.Object
  |
  +--org.apache.catalina.connector.RequestBase
        |
        +--org.apache.catalina.connector.HttpRequestBase
              |
              +--org.apache.catalina.connector.warp.WarpRequest
すべての実装インタフェース:
HttpRequest, javax.servlet.http.HttpServletRequest, Request, javax.servlet.ServletRequest

public class WarpRequest
extends HttpRequestBase


内部クラスの概要
protected  class WarpRequest.Stream
           
 
クラス org.apache.catalina.connector.HttpRequestBase から継承した内部クラス
HttpRequestBase.PrivilegedGetSession
 
クラス 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
 
クラス 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
 
インタフェース javax.servlet.http.HttpServletRequest から継承したフィールド
BASIC_AUTH, CLIENT_CERT_AUTH, DIGEST_AUTH, FORM_AUTH
 
コンストラクタの概要
WarpRequest()
           
 
メソッドの概要
 java.lang.Object getAttribute(java.lang.String name)
          Process the SSL attributes
 WarpConnection getConnection()
          Return the WarpConnection associated this instance of WarpResponse.
 Host getHost()
           
 void recycle()
          Recycle this WarpResponse instance.
 void setConnection(WarpConnection connection)
          Associate this WarpResponse instance with a specific WarpConnection instance.
 void setHost(Host host)
           
 
クラス 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, setAuthType, setContextPath, setMethod, setPathInfo, setQueryString, setRequestedSessionCookie, setRequestedSessionId, setRequestedSessionURL, setRequestURI, setSecure, setServletPath, setUserPrincipal
 
クラス org.apache.catalina.connector.RequestBase から継承したメソッド
addLocale, createInputStream, finishRequest, getAttributeNames, getAuthorization, getCharacterEncoding, getConnector, getContentLength, getContentType, getContext, getInputStream, getLocale, getLocales, getNote, getNoteNames, getProtocol, getReader, getRealPath, getRemoteAddr, getRemoteHost, getResponse, getScheme, getServerName, getServerPort, getSocket, getStream, getWrapper, removeAttribute, removeNote, setAttribute, setAuthorization, setCharacterEncoding, setConnector, setContentLength, setContentType, setContext, setNote, setProtocol, setRemoteAddr, setRemoteHost, setResponse, setScheme, setServerName, setServerPort, setSocket, setStream, setWrapper
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
インタフェース org.apache.catalina.HttpRequest から継承したメソッド
addLocale
 
インタフェース org.apache.catalina.Request から継承したメソッド
createInputStream, finishRequest, getAuthorization, getConnector, getContext, getNote, getNoteNames, getResponse, getSocket, getStream, getWrapper, removeNote, setAuthorization, setConnector, setContentLength, setContentType, setContext, setNote, setProtocol, setRemoteAddr, setResponse, setScheme, setServerName, setServerPort, setSocket, setStream, setWrapper
 
インタフェース javax.servlet.ServletRequest から継承したメソッド
getAttributeNames, getCharacterEncoding, getContentLength, getContentType, getInputStream, getLocale, getLocales, getProtocol, getReader, getRealPath, getRemoteAddr, getRemoteHost, getScheme, getServerName, getServerPort, removeAttribute, setAttribute, setCharacterEncoding
 

コンストラクタの詳細

WarpRequest

public WarpRequest()
メソッドの詳細

getAttribute

public java.lang.Object getAttribute(java.lang.String name)
Process the SSL attributes
オーバーライド:
クラス RequestBase 内の getAttribute
クラス org.apache.catalina.connector.RequestBase からコピーされたタグ:
パラメータ:
name - Name of the request attribute to return

setHost

public void setHost(Host host)

getHost

public Host getHost()

recycle

public void recycle()
Recycle this WarpResponse instance.
オーバーライド:
クラス HttpRequestBase 内の recycle

setConnection

public void setConnection(WarpConnection connection)
Associate this WarpResponse instance with a specific WarpConnection instance.

getConnection

public WarpConnection getConnection()
Return the WarpConnection associated this instance of WarpResponse.


Copyright ? 2000-2001 Apache Software Foundation. All Rights Reserved.