org.mortbay.jetty.ajp
Class Ajp13Request

java.lang.Object
  extended by org.mortbay.jetty.Request
      extended by org.mortbay.jetty.ajp.Ajp13Request

public class Ajp13Request
extends Request


Field Summary
protected  HttpConnection _connection
           
protected  String _remoteAddr
           
protected  String _remoteHost
           
protected  int _remotePort
           
 
Constructor Summary
Ajp13Request(HttpConnection connection)
           
 
Method Summary
 String getRemoteAddr()
           
 String getRemoteHost()
           
 int getRemotePort()
           
protected  void recycle()
           
 void setRemoteAddr(String remoteAddr)
           
 void setRemoteHost(String remoteHost)
           
 void setRemotePort(int remotePort)
           
 
Methods inherited from class org.mortbay.jetty.Request
addEventListener, getAttribute, getAttributeNames, getAttributes, getAuthType, getCharacterEncoding, getConnection, getContentLength, 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, getRemoteUser, getRequest, getRequestDispatcher, getRequestedSessionId, getRequestURI, getRequestURL, getRoleMap, getRootURL, getScheme, getServerName, getServerPort, getServletName, getServletPath, getSession, getSession, getSessionManager, getTimeStamp, getTimeStampStr, 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, setRequestURI, setRoleMap, setScheme, setServerName, setServletName, setServletPath, setSession, setSessionManager, setTimeStamp, setUri, setUserPrincipal, setUserRealm, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

_remoteAddr

protected String _remoteAddr

_remoteHost

protected String _remoteHost

_remotePort

protected int _remotePort

_connection

protected HttpConnection _connection
Constructor Detail

Ajp13Request

public Ajp13Request(HttpConnection connection)
Method Detail

getRemoteAddr

public String getRemoteAddr()
Overrides:
getRemoteAddr in class Request

setRemoteAddr

public void setRemoteAddr(String remoteAddr)

getRemoteHost

public String getRemoteHost()
Overrides:
getRemoteHost in class Request

setRemoteHost

public void setRemoteHost(String remoteHost)

getRemotePort

public int getRemotePort()
Overrides:
getRemotePort in class Request

setRemotePort

public void setRemotePort(int remotePort)

recycle

protected void recycle()
Overrides:
recycle in class Request


Copyright © 2007 Mort Bay Consulting. All Rights Reserved.