パッケージ org.iplass.mtp.impl.web
クラス LimitRequestBodyHttpServletRequest
java.lang.Object
jakarta.servlet.ServletRequestWrapper
jakarta.servlet.http.HttpServletRequestWrapper
org.iplass.mtp.impl.web.LimitRequestBodyHttpServletRequest
- すべての実装されたインタフェース:
jakarta.servlet.http.HttpServletRequest,jakarta.servlet.ServletRequest
public class LimitRequestBodyHttpServletRequest
extends jakarta.servlet.http.HttpServletRequestWrapper
-
フィールドの概要
インタフェースから継承されたフィールド jakarta.servlet.http.HttpServletRequest
BASIC_AUTH, CLIENT_CERT_AUTH, DIGEST_AUTH, FORM_AUTH -
コンストラクタの概要
コンストラクタコンストラクタ説明LimitRequestBodyHttpServletRequest(jakarta.servlet.http.HttpServletRequest request, long maxBodySize) -
メソッドの概要
クラスから継承されたメソッド jakarta.servlet.http.HttpServletRequestWrapper
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, isRequestedSessionIdValid, isTrailerFieldsReady, isUserInRole, login, logout, newPushBuilder, upgradeクラスから継承されたメソッド jakarta.servlet.ServletRequestWrapper
getAsyncContext, getAttribute, getAttributeNames, getCharacterEncoding, getContentLength, getContentLengthLong, getContentType, getDispatcherType, getLocalAddr, getLocale, getLocales, getLocalName, getLocalPort, getParameter, getParameterMap, getParameterNames, getParameterValues, getProtocol, getProtocolRequestId, getRemoteAddr, getRemoteHost, getRemotePort, getRequest, getRequestDispatcher, getRequestId, getScheme, getServerName, getServerPort, getServletConnection, getServletContext, isAsyncStarted, isAsyncSupported, isSecure, isWrapperFor, isWrapperFor, removeAttribute, setAttribute, setCharacterEncoding, setRequest, startAsync, startAsyncクラスから継承されたメソッド java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitインタフェースから継承されたメソッド jakarta.servlet.ServletRequest
getAsyncContext, getAttribute, getAttributeNames, getCharacterEncoding, getContentLength, getContentLengthLong, getContentType, getDispatcherType, getLocalAddr, getLocale, getLocales, getLocalName, getLocalPort, getParameter, getParameterMap, getParameterNames, getParameterValues, getProtocol, getProtocolRequestId, getRemoteAddr, getRemoteHost, getRemotePort, getRequestDispatcher, getRequestId, getScheme, getServerName, getServerPort, getServletConnection, getServletContext, isAsyncStarted, isAsyncSupported, isSecure, removeAttribute, setAttribute, setCharacterEncoding, startAsync, startAsync
-
コンストラクタの詳細
-
LimitRequestBodyHttpServletRequest
public LimitRequestBodyHttpServletRequest(jakarta.servlet.http.HttpServletRequest request, long maxBodySize)
-
-
メソッドの詳細
-
getInputStream
- 定義:
getInputStreamインタフェース内jakarta.servlet.ServletRequest- オーバーライド:
getInputStreamクラス内jakarta.servlet.ServletRequestWrapper- 例外:
IOException
-
getReader
- 定義:
getReaderインタフェース内jakarta.servlet.ServletRequest- オーバーライド:
getReaderクラス内jakarta.servlet.ServletRequestWrapper- 例外:
IOException
-