パッケージ 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.ServletInputStream
     
     

    クラスから継承されたメソッド 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

      public jakarta.servlet.ServletInputStream getInputStream() throws IOException
      定義:
      getInputStream インタフェース内 jakarta.servlet.ServletRequest
      オーバーライド:
      getInputStream クラス内 jakarta.servlet.ServletRequestWrapper
      例外:
      IOException
    • getReader

      public BufferedReader getReader() throws IOException
      定義:
      getReader インタフェース内 jakarta.servlet.ServletRequest
      オーバーライド:
      getReader クラス内 jakarta.servlet.ServletRequestWrapper
      例外:
      IOException