Package com.ibm.websphere.servlet.filter
Class ChainedRequest
java.lang.Object
jakarta.servlet.ServletRequestWrapper
jakarta.servlet.http.HttpServletRequestWrapper
com.ibm.websphere.servlet.filter.ChainedRequest
- All Implemented Interfaces:
jakarta.servlet.http.HttpServletRequest
,jakarta.servlet.ServletRequest
public class ChainedRequest
extends jakarta.servlet.http.HttpServletRequestWrapper
Deprecated.
Application developers requiring this functionality
should implement this using jakarta.servlet.filter classes.
This class adapts a response from a previous servlet/jsp into a request that may
be passed on for processing into another servlet/jsp.
The request object passed into the constructor should be the original request so
that state information can be preserved correctly (Deprecated since WebSphere 6.0).
-
Field Summary
Fields inherited from interface jakarta.servlet.http.HttpServletRequest
BASIC_AUTH, CLIENT_CERT_AUTH, DIGEST_AUTH, FORM_AUTH
-
Method Summary
Modifier and TypeMethodDescriptionint
Deprecated.Deprecated.jakarta.servlet.http.Cookie[]
Deprecated.long
getDateHeader
(String name) Deprecated.Deprecated.Deprecated.jakarta.servlet.ServletInputStream
Deprecated.int
getIntHeader
(String name) Deprecated.getParameter
(String name) Deprecated.Deprecated.String[]
getParameterValues
(String name) Deprecated.jakarta.servlet.http.HttpServletRequest
Deprecated.Deprecated.Methods inherited from class jakarta.servlet.http.HttpServletRequestWrapper
authenticate, getAuthType, getContextPath, getHeaders, getMethod, getPart, getParts, getPathInfo, getPathTranslated, getQueryString, getRemoteUser, getRequestedSessionId, getRequestURI, getRequestURL, getServletPath, getSession, getSession, getUserPrincipal, isRequestedSessionIdFromCookie, isRequestedSessionIdFromUrl, isRequestedSessionIdFromURL, isRequestedSessionIdValid, isUserInRole, login, logout
Methods inherited from class jakarta.servlet.ServletRequestWrapper
getAsyncContext, getAttribute, getAttributeNames, getCharacterEncoding, getDispatcherType, getLocalAddr, getLocale, getLocales, getLocalName, getLocalPort, getParameterMap, getProtocol, getRealPath, getRemoteAddr, getRemoteHost, getRemotePort, getRequest, getRequestDispatcher, getScheme, getServerName, getServerPort, getServletContext, isAsyncStarted, isAsyncSupported, isSecure, isWrapperFor, isWrapperFor, removeAttribute, setAttribute, setCharacterEncoding, setRequest, startAsync, startAsync
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface jakarta.servlet.ServletRequest
getAsyncContext, getAttribute, getAttributeNames, getCharacterEncoding, getDispatcherType, getLocalAddr, getLocale, getLocales, getLocalName, getLocalPort, getParameterMap, getProtocol, getRealPath, getRemoteAddr, getRemoteHost, getRemotePort, getRequestDispatcher, getScheme, getServerName, getServerPort, getServletContext, isAsyncStarted, isAsyncSupported, isSecure, removeAttribute, setAttribute, setCharacterEncoding, startAsync, startAsync
-
Method Details
-
getCookies
public jakarta.servlet.http.Cookie[] getCookies()Deprecated.- Specified by:
getCookies
in interfacejakarta.servlet.http.HttpServletRequest
- Overrides:
getCookies
in classjakarta.servlet.http.HttpServletRequestWrapper
-
getInputStream
Deprecated.- Specified by:
getInputStream
in interfacejakarta.servlet.ServletRequest
- Overrides:
getInputStream
in classjakarta.servlet.ServletRequestWrapper
- Throws:
IOException
-
getReader
Deprecated.- Specified by:
getReader
in interfacejakarta.servlet.ServletRequest
- Overrides:
getReader
in classjakarta.servlet.ServletRequestWrapper
- Throws:
IOException
-
getProxiedHttpServletRequest
public jakarta.servlet.http.HttpServletRequest getProxiedHttpServletRequest()Deprecated. -
getHeaderNames
Deprecated.- Specified by:
getHeaderNames
in interfacejakarta.servlet.http.HttpServletRequest
- Overrides:
getHeaderNames
in classjakarta.servlet.http.HttpServletRequestWrapper
-
getHeader
Deprecated.- Specified by:
getHeader
in interfacejakarta.servlet.http.HttpServletRequest
- Overrides:
getHeader
in classjakarta.servlet.http.HttpServletRequestWrapper
-
getIntHeader
Deprecated.- Specified by:
getIntHeader
in interfacejakarta.servlet.http.HttpServletRequest
- Overrides:
getIntHeader
in classjakarta.servlet.http.HttpServletRequestWrapper
- Throws:
NumberFormatException
-
getDateHeader
Deprecated.- Specified by:
getDateHeader
in interfacejakarta.servlet.http.HttpServletRequest
- Overrides:
getDateHeader
in classjakarta.servlet.http.HttpServletRequestWrapper
-
getContentLength
public int getContentLength()Deprecated.- Specified by:
getContentLength
in interfacejakarta.servlet.ServletRequest
- Overrides:
getContentLength
in classjakarta.servlet.ServletRequestWrapper
-
getContentType
Deprecated.- Specified by:
getContentType
in interfacejakarta.servlet.ServletRequest
- Overrides:
getContentType
in classjakarta.servlet.ServletRequestWrapper
-
getParameter
Deprecated.- Specified by:
getParameter
in interfacejakarta.servlet.ServletRequest
- Overrides:
getParameter
in classjakarta.servlet.ServletRequestWrapper
-
getParameterNames
Deprecated.- Specified by:
getParameterNames
in interfacejakarta.servlet.ServletRequest
- Overrides:
getParameterNames
in classjakarta.servlet.ServletRequestWrapper
-
getParameterValues
Deprecated.- Specified by:
getParameterValues
in interfacejakarta.servlet.ServletRequest
- Overrides:
getParameterValues
in classjakarta.servlet.ServletRequestWrapper
-