|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.mortbay.jetty.Request
org.mortbay.jetty.ajp.Ajp13Request
public class Ajp13Request
Field Summary | |
---|---|
protected String |
_remoteAddr
|
protected String |
_remoteHost
|
protected String |
_remoteUser
|
protected boolean |
_sslSecure
|
Fields inherited from interface javax.servlet.http.HttpServletRequest |
---|
BASIC_AUTH, CLIENT_CERT_AUTH, DIGEST_AUTH, FORM_AUTH |
Constructor Summary | |
---|---|
Ajp13Request()
|
Method Summary | |
---|---|
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)
|
Methods inherited from class org.mortbay.jetty.Request |
---|
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, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected String _remoteAddr
protected String _remoteHost
protected String _remoteUser
protected boolean _sslSecure
Constructor Detail |
---|
public Ajp13Request()
Method Detail |
---|
protected void setConnection(org.mortbay.jetty.HttpConnection connection)
setConnection
in class org.mortbay.jetty.Request
public void setRemoteUser(String remoteUser)
public String getRemoteUser()
getRemoteUser
in interface HttpServletRequest
getRemoteUser
in class org.mortbay.jetty.Request
public String getRemoteAddr()
getRemoteAddr
in interface ServletRequest
getRemoteAddr
in class org.mortbay.jetty.Request
public void setRemoteAddr(String remoteAddr)
setRemoteAddr
in class org.mortbay.jetty.Request
public String getRemoteHost()
getRemoteHost
in interface ServletRequest
getRemoteHost
in class org.mortbay.jetty.Request
public void setRemoteHost(String remoteHost)
setRemoteHost
in class org.mortbay.jetty.Request
public boolean isSslSecure()
public void setSslSecure(boolean sslSecure)
protected void recycle()
recycle
in class org.mortbay.jetty.Request
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |