Interface IServletRequest
- All Superinterfaces:
- Cloneable,- javax.servlet.ServletRequest
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 SummaryMethods 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
- 
Method Details- 
cloneClones this request- Returns:
- Throws:
- CloneNotSupportedException
 
- 
getInputStreamData- Throws:
- IOException
 
 
-