public class WrapperRequest
extends javax.servlet.http.HttpServletRequestWrapper
| 限定符和类型 | 字段和说明 |
|---|---|
private byte[] |
body |
private Map<String,String> |
headerMap |
private org.slf4j.Logger |
log |
private cn.sinozg.applet.common.properties.SignValue |
sign |
| 构造器和说明 |
|---|
WrapperRequest(javax.servlet.http.HttpServletRequest request,
javax.servlet.ServletResponse response,
cn.sinozg.applet.common.properties.SignValue sign) |
| 限定符和类型 | 方法和说明 |
|---|---|
private byte[] |
decrypt()
解密请求参数
|
String |
getHeader(String name) |
Enumeration<String> |
getHeaderNames() |
Enumeration<String> |
getHeaders(String name) |
javax.servlet.ServletInputStream |
getInputStream() |
BufferedReader |
getReader() |
authenticate, changeSessionId, getAuthType, getContextPath, getCookies, getDateHeader, 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 final byte[] body
private final cn.sinozg.applet.common.properties.SignValue sign
private final org.slf4j.Logger log
public WrapperRequest(javax.servlet.http.HttpServletRequest request,
javax.servlet.ServletResponse response,
cn.sinozg.applet.common.properties.SignValue sign)
throws IOException
IOExceptionpublic BufferedReader getReader() throws IOException
getReader 在接口中 javax.servlet.ServletRequestgetReader 在类中 javax.servlet.ServletRequestWrapperIOExceptionpublic javax.servlet.ServletInputStream getInputStream()
getInputStream 在接口中 javax.servlet.ServletRequestgetInputStream 在类中 javax.servlet.ServletRequestWrapperpublic String getHeader(String name)
getHeader 在接口中 javax.servlet.http.HttpServletRequestgetHeader 在类中 javax.servlet.http.HttpServletRequestWrapperpublic Enumeration<String> getHeaderNames()
getHeaderNames 在接口中 javax.servlet.http.HttpServletRequestgetHeaderNames 在类中 javax.servlet.http.HttpServletRequestWrapperpublic Enumeration<String> getHeaders(String name)
getHeaders 在接口中 javax.servlet.http.HttpServletRequestgetHeaders 在类中 javax.servlet.http.HttpServletRequestWrapperprivate byte[] decrypt()
throws IOException
IOException - 异常Copyright © 2024. All rights reserved.