public interface ReuseHttpRequest
extends javax.servlet.http.HttpServletRequest
| 限定符和类型 | 方法和说明 |
|---|---|
java.lang.Object |
getBody()
get request body.
|
default java.util.Map<java.lang.String,java.lang.String[]> |
toDuplication(javax.servlet.http.HttpServletRequest request)
Remove duplicate values from the array.
|
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, 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, startAsyncjava.lang.Object getBody()
throws java.lang.Exception
java.lang.Exception - exceptiondefault java.util.Map<java.lang.String,java.lang.String[]> toDuplication(javax.servlet.http.HttpServletRequest request)
request - { HttpServletRequest}Copyright © 2018–2022 Alibaba Group. All rights reserved.