public class InterceptingHTTPServletRequest
extends javax.servlet.http.HttpServletRequestWrapper
| Modifier and Type | Class and Description |
|---|---|
private class |
InterceptingHTTPServletRequest.RAFInputStream |
| Modifier and Type | Field and Description |
|---|---|
private java.util.Vector<java.lang.String> |
allParameterNames |
private java.util.Vector<Parameter> |
allParameters |
private static int |
CHUNKED_BUFFER_SIZE |
private InterceptingHTTPServletRequest.RAFInputStream |
is |
private boolean |
isMultipart |
private java.io.RandomAccessFile |
requestBody |
| Constructor and Description |
|---|
InterceptingHTTPServletRequest(javax.servlet.http.HttpServletRequest request) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDictionaryParameter(java.lang.String s) |
java.util.Enumeration |
getDictionaryParameterNames() |
javax.servlet.ServletInputStream |
getInputStream() |
java.io.BufferedReader |
getReader() |
authenticate, changeSessionId, getAuthType, getContextPath, getCookies, getDateHeader, getHeader, getHeaderNames, getHeaders, getHttpServletMapping, getIntHeader, getMethod, getPart, getParts, getPathInfo, getPathTranslated, getQueryString, getRemoteUser, getRequestedSessionId, getRequestURI, getRequestURL, getServletPath, getSession, getSession, getTrailerFields, getUserPrincipal, isRequestedSessionIdFromCookie, isRequestedSessionIdFromUrl, isRequestedSessionIdFromURL, isRequestedSessionIdValid, isTrailerFieldsReady, isUserInRole, login, logout, newPushBuilder, upgradegetAsyncContext, getAttribute, getAttributeNames, getCharacterEncoding, getContentLength, getContentLengthLong, getContentType, getDispatcherType, getLocalAddr, getLocale, getLocales, getLocalName, getLocalPort, getParameter, getParameterMap, getParameterNames, getParameterValues, getProtocol, getRealPath, getRemoteAddr, getRemoteHost, getRemotePort, getRequest, getRequestDispatcher, getScheme, getServerName, getServerPort, getServletContext, isAsyncStarted, isAsyncSupported, isSecure, isWrapperFor, isWrapperFor, removeAttribute, setAttribute, setCharacterEncoding, setRequest, startAsync, startAsyncclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAsyncContext, getAttribute, getAttributeNames, getCharacterEncoding, getContentLength, getContentLengthLong, getContentType, getDispatcherType, getLocalAddr, getLocale, getLocales, getLocalName, getLocalPort, getParameter, getParameterMap, getParameterNames, getParameterValues, getProtocol, getRealPath, getRemoteAddr, getRemoteHost, getRemotePort, getRequestDispatcher, getScheme, getServerName, getServerPort, getServletContext, isAsyncStarted, isAsyncSupported, isSecure, removeAttribute, setAttribute, setCharacterEncoding, startAsync, startAsyncprivate java.util.Vector<Parameter> allParameters
private java.util.Vector<java.lang.String> allParameterNames
private static int CHUNKED_BUFFER_SIZE
private boolean isMultipart
private java.io.RandomAccessFile requestBody
private InterceptingHTTPServletRequest.RAFInputStream is
public InterceptingHTTPServletRequest(javax.servlet.http.HttpServletRequest request)
throws org.apache.commons.fileupload.FileUploadException,
java.io.IOException
org.apache.commons.fileupload.FileUploadExceptionjava.io.IOExceptionpublic javax.servlet.ServletInputStream getInputStream()
throws java.io.IOException
getInputStream in interface javax.servlet.ServletRequestgetInputStream in class javax.servlet.ServletRequestWrapperjava.io.IOExceptionpublic java.io.BufferedReader getReader()
throws java.io.IOException
getReader in interface javax.servlet.ServletRequestgetReader in class javax.servlet.ServletRequestWrapperjava.io.IOExceptionpublic java.lang.String getDictionaryParameter(java.lang.String s)
public java.util.Enumeration getDictionaryParameterNames()