Interface IServletRequest

All Superinterfaces:
Cloneable, jakarta.servlet.ServletRequest

public interface IServletRequest extends jakarta.servlet.ServletRequest, Cloneable
This interface maybe be used by websphere components in situations where they would like to do a parallel dispatch. In order to do this, they would have to clone the request, and pass on the cloned copy to the new thread which does a dispatch to a resource.
  • Method Summary

    Modifier and Type
    Method
    Description
    Clones this request
     

    Methods inherited from interface jakarta.servlet.ServletRequest

    getAsyncContext, getAttribute, getAttributeNames, getCharacterEncoding, getContentLength, getContentType, getDispatcherType, getInputStream, getLocalAddr, getLocale, getLocales, getLocalName, getLocalPort, getParameter, getParameterMap, getParameterNames, getParameterValues, getProtocol, getReader, getRealPath, getRemoteAddr, getRemoteHost, getRemotePort, getRequestDispatcher, getScheme, getServerName, getServerPort, getServletContext, isAsyncStarted, isAsyncSupported, isSecure, removeAttribute, setAttribute, setCharacterEncoding, startAsync, startAsync