Class RequestWrapper
-
- All Implemented Interfaces:
-
ch.qos.logback.access.common.spi.WrappedHttpRequest,jakarta.servlet.ServletRequest,jakarta.servlet.http.HttpServletRequest
public final class RequestWrapper extends RequestWrapperRequest wrapper that implements Servlet API.
-
-
Field Summary
Fields Modifier and Type Field Description private final StringBufferrequestURL
-
Constructor Summary
Constructors Constructor Description RequestWrapper(Request request)
-
Method Summary
Modifier and Type Method Description StringgetContentType()-
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
-
-
Method Detail
-
getContentType
String getContentType()
-
-
-
-