|
||||||||||
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
Inner Class Summary | |
---|---|
protected class |
WarpRequest.Stream
|
Inner classes inherited from class org.apache.catalina.connector.HttpRequestBase |
---|
HttpRequestBase.PrivilegedGetSession |
Fields inherited from class org.apache.catalina.connector.HttpRequestBase |
---|
authType, contextPath, cookies, decodedRequestURI, 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 | |
---|---|
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)
|
Methods inherited from class 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 |
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, getNote, getNoteNames, getResponse, getSocket, getStream, getWrapper, removeNote, setAuthorization, setConnector, setContentLength, setContentType, setContext, setNote, setProtocol, setRemoteAddr, setResponse, setScheme, setServerName, setServerPort, setSocket, setStream, setWrapper |
Methods inherited from interface javax.servlet.ServletRequest |
---|
getAttributeNames, getCharacterEncoding, getContentLength, getContentType, getInputStream, getLocale, getLocales, getProtocol, getReader, getRealPath, getRemoteAddr, getRemoteHost, getScheme, getServerName, getServerPort, removeAttribute, setAttribute, setCharacterEncoding |
Constructor Detail |
public WarpRequest()
Method Detail |
public java.lang.Object getAttribute(java.lang.String name)
getAttribute
in class RequestBase
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.recycle
in class HttpRequestBase
public void setConnection(WarpConnection connection)
WarpResponse
instance with a specific
WarpConnection
instance.public WarpConnection getConnection()
WarpConnection
associated this instance of
WarpResponse
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |