接口 ReuseHttpRequest

所有超级接口:
javax.servlet.http.HttpServletRequest, javax.servlet.ServletRequest
所有已知实现类:
ReuseHttpServletRequest, ReuseUploadFileHttpServletRequest

public interface ReuseHttpRequest extends javax.servlet.http.HttpServletRequest
ReuseHttpRequest.
作者:
liaochuntao
  • 字段概要

    从接口继承的字段 javax.servlet.http.HttpServletRequest

    BASIC_AUTH, CLIENT_CERT_AUTH, DIGEST_AUTH, FORM_AUTH
  • 方法概要

    修饰符和类型
    方法
    说明
    get request body.
    default Map<String,​String[]>
    toDuplication​(javax.servlet.http.HttpServletRequest request)
    Remove duplicate values from the array.

    从接口继承的方法 javax.servlet.http.HttpServletRequest

    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, upgrade

    从接口继承的方法 javax.servlet.ServletRequest

    getAsyncContext, getAttribute, getAttributeNames, getCharacterEncoding, getContentLength, getContentLengthLong, 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
  • 方法详细资料

    • getBody

      Object getBody() throws Exception
      get request body.
      返回:
      object
      抛出:
      Exception - exception
    • toDuplication

      default Map<String,​String[]> toDuplication(javax.servlet.http.HttpServletRequest request)
      Remove duplicate values from the array.
      参数:
      request - HttpServletRequest
      返回:
      Map