Class ChainedRequest

java.lang.Object
javax.servlet.ServletRequestWrapper
javax.servlet.http.HttpServletRequestWrapper
com.ibm.websphere.servlet.filter.ChainedRequest
All Implemented Interfaces:
javax.servlet.http.HttpServletRequest, javax.servlet.ServletRequest

public class ChainedRequest extends javax.servlet.http.HttpServletRequestWrapper
Deprecated.
Application developers requiring this functionality should implement this using javax.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 javax.servlet.http.HttpServletRequest

    BASIC_AUTH, CLIENT_CERT_AUTH, DIGEST_AUTH, FORM_AUTH
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Deprecated.
     
    Deprecated.
     
    javax.servlet.http.Cookie[]
    Deprecated.
     
    long
    Deprecated.
     
    Deprecated.
     
    Deprecated.
     
    javax.servlet.ServletInputStream
    Deprecated.
     
    int
    Deprecated.
     
    Deprecated.
     
    Deprecated.
     
    Deprecated.
     
    javax.servlet.http.HttpServletRequest
    Deprecated.
     
    Deprecated.
     

    Methods inherited from class javax.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 javax.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 javax.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 javax.servlet.http.Cookie[] getCookies()
      Deprecated.
      Specified by:
      getCookies in interface javax.servlet.http.HttpServletRequest
      Overrides:
      getCookies in class javax.servlet.http.HttpServletRequestWrapper
    • getInputStream

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

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

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

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

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

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

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

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

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

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

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

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