public class Ajp13Request extends Request
Request.MultiPartCleanerListener
Modifier and Type | Field and Description |
---|---|
protected String |
_remoteAddr |
protected String |
_remoteHost |
protected String |
_remoteUser |
protected boolean |
_sslSecure |
__MULTIPART_CONFIG_ELEMENT, __MULTIPART_CONTEXT, __MULTIPART_INPUT_STREAM, _async, _connection
Constructor and Description |
---|
Ajp13Request() |
Ajp13Request(AbstractHttpConnection connection) |
Modifier and Type | Method and Description |
---|---|
String |
getRemoteAddr() |
String |
getRemoteHost() |
String |
getRemoteUser() |
boolean |
isSslSecure() |
protected void |
recycle() |
void |
setRemoteAddr(String remoteAddr) |
void |
setRemoteHost(String remoteHost) |
void |
setRemoteUser(String remoteUser) |
void |
setSslSecure(boolean sslSecure) |
addEventListener, authenticate, extractParameters, getAsyncContext, getAsyncContinuation, getAttribute, getAttributeNames, getAttributes, getAuthentication, getAuthType, getCharacterEncoding, getConnection, getContentLength, getContentRead, getContentType, getContext, getContextPath, getCookies, getDateHeader, getDispatcherType, getDispatchTime, getHeader, getHeaderNames, getHeaders, getInputState, getInputStream, getIntHeader, getLocalAddr, getLocale, getLocales, getLocalName, getLocalPort, getMethod, getParameter, getParameterMap, getParameterNames, getParameters, getParameterValues, getPart, getParts, getPathInfo, getPathTranslated, getProtocol, getQueryEncoding, getQueryString, getReader, getRealPath, getRemotePort, getRequest, getRequestDispatcher, getRequestedSessionId, getRequestURI, getRequestURL, getResolvedUserIdentity, getResponse, getRootURL, getScheme, getServerName, getServerPort, getServletContext, getServletName, getServletPath, getServletResponse, getSession, getSession, getSessionManager, getTimeStamp, getTimeStampBuffer, getUri, getUserIdentity, getUserIdentityScope, getUserPrincipal, isAsyncStarted, isAsyncSupported, isHandled, isRequestedSessionIdFromCookie, isRequestedSessionIdFromUrl, isRequestedSessionIdFromURL, isRequestedSessionIdValid, isSecure, isUserInRole, login, logout, mergeQueryString, recoverNewSession, removeAttribute, removeEventListener, saveNewSession, setAsyncSupported, setAttribute, setAttributes, setAuthentication, setCharacterEncoding, setCharacterEncodingUnchecked, setConnection, setContentType, setContext, setContextPath, setCookies, setDispatcherType, setDispatchTime, setHandled, setMethod, setParameters, setPathInfo, setProtocol, setQueryEncoding, setQueryString, setRequestedSessionId, setRequestedSessionIdFromCookie, setRequestURI, setScheme, setServerName, setServerPort, setServletPath, setSession, setSessionManager, setTimeStamp, setUri, setUserIdentityScope, startAsync, startAsync, takeNewContext, toString
protected String _remoteAddr
protected String _remoteHost
protected String _remoteUser
protected boolean _sslSecure
public Ajp13Request(AbstractHttpConnection connection)
public Ajp13Request()
public void setRemoteUser(String remoteUser)
public String getRemoteUser()
getRemoteUser
in interface javax.servlet.http.HttpServletRequest
getRemoteUser
in class Request
public String getRemoteAddr()
getRemoteAddr
in interface javax.servlet.ServletRequest
getRemoteAddr
in class Request
public void setRemoteAddr(String remoteAddr)
setRemoteAddr
in class Request
remoteAddr
- The address to set.public String getRemoteHost()
getRemoteHost
in interface javax.servlet.ServletRequest
getRemoteHost
in class Request
public void setRemoteHost(String remoteHost)
setRemoteHost
in class Request
remoteHost
- The host to set.public boolean isSslSecure()
public void setSslSecure(boolean sslSecure)
Copyright © 1995-2013 Mort Bay Consulting. All Rights Reserved.