org.eclipse.jetty.ajp
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 |
__MULTIPART_CONFIG_ELEMENT, _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, 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 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.HttpServletRequest
getRemoteUser
in class Request
public java.lang.String getRemoteAddr()
getRemoteAddr
in interface javax.servlet.ServletRequest
getRemoteAddr
in class Request
public void setRemoteAddr(java.lang.String remoteAddr)
setRemoteAddr
in class Request
remoteAddr
- The address to set.public java.lang.String getRemoteHost()
getRemoteHost
in interface javax.servlet.ServletRequest
getRemoteHost
in class Request
public void setRemoteHost(java.lang.String remoteHost)
setRemoteHost
in class Request
remoteHost
- The host to set.public boolean isSslSecure()
public void setSslSecure(boolean sslSecure)
Copyright © 2016. All Rights Reserved.