public class Ajp13Request
extends org.mortbay.jetty.Request
| Modifier and Type | Field and Description |
|---|---|
protected String |
_remoteAddr |
protected String |
_remoteHost |
protected String |
_remoteUser |
protected boolean |
_sslSecure |
BASIC_AUTH, CLIENT_CERT_AUTH, DIGEST_AUTH, FORM_AUTH| Constructor and Description |
|---|
Ajp13Request() |
| Modifier and Type | Method and Description |
|---|---|
String |
getRemoteAddr() |
String |
getRemoteHost() |
String |
getRemoteUser() |
boolean |
isSslSecure() |
protected void |
recycle() |
protected void |
setConnection(org.mortbay.jetty.HttpConnection connection) |
void |
setRemoteAddr(String remoteAddr) |
void |
setRemoteHost(String remoteHost) |
void |
setRemoteUser(String remoteUser) |
void |
setSslSecure(boolean sslSecure) |
addEventListener, getAttribute, getAttributeNames, getAttributes, getAuthType, getCharacterEncoding, getConnection, getContentLength, getContentRead, getContentType, getContext, getContextPath, getContinuation, getContinuation, getCookies, getDateHeader, 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, getRoleMap, getRootURL, getScheme, getServerName, getServerPort, getServletContext, getServletName, getServletPath, getServletResponse, getSession, getSession, getSessionManager, getTimeStamp, getTimeStampBuffer, getUri, getUserPrincipal, getUserRealm, isHandled, isRequestedSessionIdFromCookie, isRequestedSessionIdFromUrl, isRequestedSessionIdFromURL, isRequestedSessionIdValid, isSecure, isUserInRole, recoverNewSession, removeAttribute, removeEventListener, saveNewSession, setAttribute, setAttributes, setAuthType, setCharacterEncoding, setCharacterEncodingUnchecked, setContentType, setContext, setContextPath, setCookies, setHandled, setMethod, setParameters, setPathInfo, setProtocol, setQueryEncoding, setQueryString, setRequestedSessionId, setRequestedSessionIdFromCookie, setRequestListeners, setRequestURI, setRoleMap, setScheme, setServerName, setServerPort, setServletName, setServletPath, setSession, setSessionManager, setTimeStamp, setUri, setUserPrincipal, setUserRealm, takeRequestListeners, toStringprotected String _remoteAddr
protected String _remoteHost
protected String _remoteUser
protected boolean _sslSecure
protected void setConnection(org.mortbay.jetty.HttpConnection connection)
setConnection in class org.mortbay.jetty.Requestpublic void setRemoteUser(String remoteUser)
public String getRemoteUser()
getRemoteUser in interface HttpServletRequestgetRemoteUser in class org.mortbay.jetty.Requestpublic String getRemoteAddr()
getRemoteAddr in interface ServletRequestgetRemoteAddr in class org.mortbay.jetty.Requestpublic void setRemoteAddr(String remoteAddr)
setRemoteAddr in class org.mortbay.jetty.Requestpublic String getRemoteHost()
getRemoteHost in interface ServletRequestgetRemoteHost in class org.mortbay.jetty.Requestpublic void setRemoteHost(String remoteHost)
setRemoteHost in class org.mortbay.jetty.Requestpublic boolean isSslSecure()
public void setSslSecure(boolean sslSecure)
protected void recycle()
recycle in class org.mortbay.jetty.RequestCopyright © 2009 Mortbay Consulting Pty. Ltd. All Rights Reserved.