Interface IServletRequest
- 
- All Superinterfaces:
- java.lang.Cloneable,- javax.servlet.ServletRequest
 
 public interface IServletRequest extends javax.servlet.ServletRequest, java.lang.CloneableThis 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 SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Objectclone()Clones this requestjava.util.HashMapgetInputStreamData()- 
Methods inherited from interface javax.servlet.ServletRequestgetAsyncContext, 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
 
- 
 
-