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 Type
    Method
    Description
    int
    Deprecated.
     
    Deprecated.
     
    jakarta.servlet.http.Cookie[]
    Deprecated.
     
    long
    Deprecated.
     
    Deprecated.
     
    Deprecated.
     
    jakarta.servlet.ServletInputStream
    Deprecated.
     
    int
    Deprecated.
     
    Deprecated.
     
    Deprecated.
     
    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 interface jakarta.servlet.http.HttpServletRequest
      Overrides:
      getCookies in class jakarta.servlet.http.HttpServletRequestWrapper
    • getInputStream

      public jakarta.servlet.ServletInputStream getInputStream() throws IOException
      Deprecated.
      Specified by:
      getInputStream in interface jakarta.servlet.ServletRequest
      Overrides:
      getInputStream in class jakarta.servlet.ServletRequestWrapper
      Throws:
      IOException
    • getReader

      public BufferedReader getReader() throws IOException
      Deprecated.
      Specified by:
      getReader in interface jakarta.servlet.ServletRequest
      Overrides:
      getReader in class jakarta.servlet.ServletRequestWrapper
      Throws:
      IOException
    • getProxiedHttpServletRequest

      public jakarta.servlet.http.HttpServletRequest getProxiedHttpServletRequest()
      Deprecated.
    • getHeaderNames

      public Enumeration getHeaderNames()
      Deprecated.
      Specified by:
      getHeaderNames in interface jakarta.servlet.http.HttpServletRequest
      Overrides:
      getHeaderNames in class jakarta.servlet.http.HttpServletRequestWrapper
    • getHeader

      public String getHeader(String name)
      Deprecated.
      Specified by:
      getHeader in interface jakarta.servlet.http.HttpServletRequest
      Overrides:
      getHeader in class jakarta.servlet.http.HttpServletRequestWrapper
    • getIntHeader

      public int getIntHeader(String name) throws NumberFormatException
      Deprecated.
      Specified by:
      getIntHeader in interface jakarta.servlet.http.HttpServletRequest
      Overrides:
      getIntHeader in class jakarta.servlet.http.HttpServletRequestWrapper
      Throws:
      NumberFormatException
    • getDateHeader

      public long getDateHeader(String name)
      Deprecated.
      Specified by:
      getDateHeader in interface jakarta.servlet.http.HttpServletRequest
      Overrides:
      getDateHeader in class jakarta.servlet.http.HttpServletRequestWrapper
    • getContentLength

      public int getContentLength()
      Deprecated.
      Specified by:
      getContentLength in interface jakarta.servlet.ServletRequest
      Overrides:
      getContentLength in class jakarta.servlet.ServletRequestWrapper
    • getContentType

      public String getContentType()
      Deprecated.
      Specified by:
      getContentType in interface jakarta.servlet.ServletRequest
      Overrides:
      getContentType in class jakarta.servlet.ServletRequestWrapper
    • getParameter

      public String getParameter(String name)
      Deprecated.
      Specified by:
      getParameter in interface jakarta.servlet.ServletRequest
      Overrides:
      getParameter in class jakarta.servlet.ServletRequestWrapper
    • getParameterNames

      public Enumeration getParameterNames()
      Deprecated.
      Specified by:
      getParameterNames in interface jakarta.servlet.ServletRequest
      Overrides:
      getParameterNames in class jakarta.servlet.ServletRequestWrapper
    • getParameterValues

      public String[] getParameterValues(String name)
      Deprecated.
      Specified by:
      getParameterValues in interface jakarta.servlet.ServletRequest
      Overrides:
      getParameterValues in class jakarta.servlet.ServletRequestWrapper