public class Ajp13Request extends Request
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
_remoteAddr |
protected java.lang.String |
_remoteHost |
protected java.lang.String |
_remoteUser |
protected boolean |
_sslSecure |
_async, _connection| Constructor and Description |
|---|
Ajp13Request() |
Ajp13Request(AbstractHttpConnection connection) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getRemoteAddr() |
java.lang.String |
getRemoteHost() |
java.lang.String |
getRemoteUser() |
boolean |
isSslSecure() |
protected void |
recycle() |
void |
setRemoteAddr(java.lang.String remoteAddr) |
void |
setRemoteHost(java.lang.String remoteHost) |
void |
setRemoteUser(java.lang.String remoteUser) |
void |
setSslSecure(boolean sslSecure) |
addEventListener, 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, 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, isAsyncSupported, isHandled, isRequestedSessionIdFromCookie, isRequestedSessionIdFromUrl, isRequestedSessionIdFromURL, isRequestedSessionIdValid, isSecure, isUserInRole, 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, toStringprotected java.lang.String _remoteAddr
protected java.lang.String _remoteHost
protected java.lang.String _remoteUser
protected boolean _sslSecure
public Ajp13Request(AbstractHttpConnection connection)
public Ajp13Request()
public void setRemoteUser(java.lang.String remoteUser)
public java.lang.String getRemoteUser()
getRemoteUser in interface javax.servlet.http.HttpServletRequestgetRemoteUser in class Requestpublic java.lang.String getRemoteAddr()
getRemoteAddr in interface javax.servlet.ServletRequestgetRemoteAddr in class Requestpublic void setRemoteAddr(java.lang.String remoteAddr)
setRemoteAddr in class RequestremoteAddr - The address to set.public java.lang.String getRemoteHost()
getRemoteHost in interface javax.servlet.ServletRequestgetRemoteHost in class Requestpublic void setRemoteHost(java.lang.String remoteHost)
setRemoteHost in class RequestremoteHost - The host to set.public boolean isSslSecure()
public void setSslSecure(boolean sslSecure)
Copyright © 2013 FuseSource, Corp.. All Rights Reserved.