|
|||||||||
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,
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,
facade,
info,
input,
locales,
protocol,
reader,
remoteAddr,
remoteHost,
response,
scheme,
secure,
serverName,
serverPort,
sm,
socket,
stream,
wrapper |
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 |
Constructor Detail |
public WarpRequest()
Method Detail |
public java.lang.Object getAttribute(java.lang.String name)
name
- Name of the request attribute to returnpublic void setHost(Host host)
public Host getHost()
public void recycle()
WarpResponse
instance.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 |