Interface IServletRequest
- All Superinterfaces:
Cloneable
,jakarta.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 Summary
Modifier and TypeMethodDescriptionclone()
Clones this requestgetInputStreamData
(long maxAllowedLength) 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
-
Method Details
-
clone
Clones this request- Returns:
- Throws:
CloneNotSupportedException
-
getInputStreamData
- Throws:
IOException
-
getInputStreamData
- Throws:
IOException
-