Package 

Class CPRequestWrapper

  • All Implemented Interfaces:
    javax.servlet.ServletRequest , javax.servlet.http.HttpServletRequest

    
    public class CPRequestWrapper
    extends HttpServletRequestWrapper
                        
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private Array<byte> body
    • Constructor Summary

      Constructors 
      Constructor Description
      CPRequestWrapper(HttpServletRequest request)
    • Method Summary

      • Methods inherited from class javax.servlet.http.HttpServletRequestWrapper

        _getHttpServletRequest, authenticate, changeSessionId, getAuthType, getContextPath, getCookies, getDateHeader, getHeader, getHeaderNames, getHeaders, getHttpServletMapping, getIntHeader, getMethod, getPart, getParts, getPathInfo, getPathTranslated, getQueryString, getRemoteUser, getRequestURI, getRequestURL, getRequestedSessionId, getServletPath, getSession, getTrailerFields, getUserPrincipal, isRequestedSessionIdFromCookie, isRequestedSessionIdFromURL, isRequestedSessionIdFromUrl, isRequestedSessionIdValid, isTrailerFieldsReady, isUserInRole, login, logout, newPushBuilder, upgrade
      • Methods inherited from class javax.servlet.ServletRequestWrapper

        getAsyncContext, getAttribute, getAttributeNames, getCharacterEncoding, getContentLength, getContentLengthLong, getContentType, getDispatcherType, getInputStream, getLocalAddr, getLocalName, getLocalPort, getLocale, getLocales, getParameter, getParameterMap, getParameterNames, getParameterValues, getProtocol, getReader, getRealPath, getRemoteAddr, getRemoteHost, getRemotePort, getRequest, getRequestDispatcher, getScheme, getServerName, getServerPort, getServletContext, isAsyncStarted, isAsyncSupported, isSecure, isWrapperFor, removeAttribute, setAttribute, setCharacterEncoding, setRequest, startAsync
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait