Class RequestWrapper

  • All Implemented Interfaces:
    ch.qos.logback.access.common.spi.WrappedHttpRequest , jakarta.servlet.ServletRequest , jakarta.servlet.http.HttpServletRequest

    
    public final class RequestWrapper
    extends RequestWrapper
                        

    Request wrapper that implements Servlet API.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Constructor Summary

      Constructors 
      Constructor Description
      RequestWrapper(Request request)
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      String getContentType()
      • Methods inherited from class ch.qos.logback.access.jetty.RequestWrapper

        authenticate, buildRequestHeaderMap, buildRequestParameterMap, changeSessionId, getAsyncContext, getAttribute, getAttributeNames, getAuthType, getCharacterEncoding, getContentLength, getContentLengthLong, getContextPath, getCookies, getDateHeader, getDispatcherType, getHeader, getHeaderNames, getHeaders, getInputStream, getIntHeader, getLocalAddr, getLocalName, getLocalPort, getLocale, getLocales, getMethod, getParameter, getParameterMap, getParameterNames, getParameterValues, getPart, getParts, getPathInfo, getPathTranslated, getProtocol, getProtocolRequestId, getQueryString, getReader, getRemoteAddr, getRemoteHost, getRemotePort, getRemoteUser, getRequestDispatcher, getRequestId, getRequestURI, getRequestURL, getRequestedSessionId, getScheme, getServerName, getServerPort, getServletConnection, getServletContext, getServletPath, getSession, getSession, getSessionID, getUserPrincipal, isAsyncStarted, isAsyncSupported, isRequestedSessionIdFromCookie, isRequestedSessionIdFromURL, isRequestedSessionIdValid, isSecure, isUserInRole, login, logout, removeAttribute, setAttribute, setCharacterEncoding, startAsync, startAsync, upgrade
      • Methods inherited from class jakarta.servlet.http.HttpServletRequest

        getHttpServletMapping, getTrailerFields, isTrailerFieldsReady, newPushBuilder
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • RequestWrapper

        RequestWrapper(Request request)