public class HttpServletRequestWrapper extends AbstractHttpServletRequestWrapper23
HttpServletRequest
for the Servlet 2.4
API specifications.AbstractHttpServletRequestWrapper23
remoteHostName, remoteIPAddress, remoteUser, request, url
Constructor and Description |
---|
HttpServletRequestWrapper(javax.servlet.http.HttpServletRequest theRequest,
ServletURL theURL) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getLocalAddr() |
java.lang.String |
getLocalName() |
int |
getLocalPort() |
int |
getRemotePort() |
getParameterMap, getRequestURL, setCharacterEncoding
getAttribute, getAttributeNames, getAuthType, getCharacterEncoding, getContentLength, getContentType, getContextPath, getCookies, getDateHeader, getHeader, getHeaderNames, getHeaders, getInputStream, getIntHeader, getLocale, getLocales, getMethod, getOriginalRequest, getParameter, getParameterNames, getParameterValues, getPathInfo, getPathTranslated, getProtocol, getQueryString, getReader, getRealPath, getRemoteAddr, getRemoteHost, getRemoteUser, getRequestDispatcher, getRequestedSessionId, getRequestURI, getScheme, getServerName, getServerPort, getServletPath, getSession, getSession, getUserPrincipal, isRequestedSessionIdFromCookie, isRequestedSessionIdFromUrl, isRequestedSessionIdFromURL, isRequestedSessionIdValid, isSecure, isUserInRole, removeAttribute, setAttribute, setRemoteHostName, setRemoteIPAddress, setRemoteUser
public HttpServletRequestWrapper(javax.servlet.http.HttpServletRequest theRequest, ServletURL theURL)
public int getRemotePort()
ServletRequest.getRemotePort()
public java.lang.String getLocalName()
ServletRequest.getLocalName()
public java.lang.String getLocalAddr()
ServletRequest.getLocalAddr()
public int getLocalPort()
ServletRequest.getLocalPort()
Copyright © 2000-2004 Apache Software Foundation. All Rights Reserved.