|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 内部クラス | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Object | +--org.apache.catalina.connector.RequestBase | +--org.apache.catalina.connector.HttpRequestBase | +--org.apache.catalina.connector.warp.WarpRequest
内部クラスの概要 | |
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)
|
クラス 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 |
コンストラクタの詳細 |
public WarpRequest()
メソッドの詳細 |
public java.lang.Object getAttribute(java.lang.String name)
RequestBase
内の getAttribute
org.apache.catalina.connector.RequestBase
からコピーされたタグ:name
- Name of the request attribute to returnpublic void setHost(Host host)
public Host getHost()
public void recycle()
WarpResponse
instance.HttpRequestBase
内の recycle
public void setConnection(WarpConnection connection)
WarpResponse
instance with a specific
WarpConnection
instance.public WarpConnection getConnection()
WarpConnection
associated this instance of
WarpResponse
.
|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 内部クラス | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |