java.lang.Object
ch.qos.logback.access.jetty.RequestWrapper
- All Implemented Interfaces:
 WrappedHttpRequest,jakarta.servlet.http.HttpServletRequest,jakarta.servlet.ServletRequest
public class RequestWrapper
extends Object
implements jakarta.servlet.http.HttpServletRequest, WrappedHttpRequest
- 
Field Summary
Fields inherited from interface jakarta.servlet.http.HttpServletRequest
BASIC_AUTH, CLIENT_CERT_AUTH, DIGEST_AUTH, FORM_AUTH - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionbooleanauthenticate(jakarta.servlet.http.HttpServletResponse response) jakarta.servlet.AsyncContextgetAttribute(String name) intlongjakarta.servlet.http.Cookie[]longgetDateHeader(String name) jakarta.servlet.DispatcherTypegetHeaders(String name) jakarta.servlet.ServletInputStreamintgetIntHeader(String name) intgetParameter(String name) String[]getParameterValues(String name) jakarta.servlet.http.PartCollection<jakarta.servlet.http.Part> getParts()intjakarta.servlet.RequestDispatchergetRequestDispatcher(String path) intjakarta.servlet.ServletConnectionjakarta.servlet.ServletContextjakarta.servlet.http.HttpSessionjakarta.servlet.http.HttpSessiongetSession(boolean create) booleanbooleanbooleanbooleanbooleanbooleanisSecure()booleanisUserInRole(String role) voidvoidlogout()voidremoveAttribute(String name) voidsetAttribute(String name, Object o) voidjakarta.servlet.AsyncContextjakarta.servlet.AsyncContextstartAsync(jakarta.servlet.ServletRequest servletRequest, jakarta.servlet.ServletResponse servletResponse) <T extends jakarta.servlet.http.HttpUpgradeHandler>
TMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface jakarta.servlet.http.HttpServletRequest
getHttpServletMapping, getTrailerFields, isTrailerFieldsReady, newPushBuilder 
- 
Constructor Details
- 
RequestWrapper
 
 - 
 - 
Method Details
- 
getAuthType
- Specified by:
 getAuthTypein interfacejakarta.servlet.http.HttpServletRequest
 - 
getCookies
- Specified by:
 getCookiesin interfacejakarta.servlet.http.HttpServletRequest
 - 
getDateHeader
- Specified by:
 getDateHeaderin interfacejakarta.servlet.http.HttpServletRequest
 - 
getHeader
 - 
getHeaders
- Specified by:
 getHeadersin interfacejakarta.servlet.http.HttpServletRequest
 - 
getHeaderNames
- Specified by:
 getHeaderNamesin interfacejakarta.servlet.http.HttpServletRequest
 - 
buildRequestHeaderMap
- Specified by:
 buildRequestHeaderMapin interfaceWrappedHttpRequest
 - 
getIntHeader
- Specified by:
 getIntHeaderin interfacejakarta.servlet.http.HttpServletRequest
 - 
getMethod
 - 
getPathInfo
- Specified by:
 getPathInfoin interfacejakarta.servlet.http.HttpServletRequest
 - 
getPathTranslated
- Specified by:
 getPathTranslatedin interfacejakarta.servlet.http.HttpServletRequest
 - 
getContextPath
- Specified by:
 getContextPathin interfacejakarta.servlet.http.HttpServletRequest
 - 
getQueryString
- Specified by:
 getQueryStringin interfacejakarta.servlet.http.HttpServletRequest
 - 
getRemoteUser
- Specified by:
 getRemoteUserin interfacejakarta.servlet.http.HttpServletRequest
 - 
isUserInRole
- Specified by:
 isUserInRolein interfacejakarta.servlet.http.HttpServletRequest
 - 
getUserPrincipal
- Specified by:
 getUserPrincipalin interfacejakarta.servlet.http.HttpServletRequest
 - 
getRequestedSessionId
- Specified by:
 getRequestedSessionIdin interfacejakarta.servlet.http.HttpServletRequest
 - 
getRequestURI
- Specified by:
 getRequestURIin interfacejakarta.servlet.http.HttpServletRequest
 - 
getRequestURL
- Specified by:
 getRequestURLin interfacejakarta.servlet.http.HttpServletRequest
 - 
getServletPath
- Specified by:
 getServletPathin interfacejakarta.servlet.http.HttpServletRequest
 - 
getSessionID
- Specified by:
 getSessionIDin interfaceWrappedHttpRequest
 - 
getSession
- Specified by:
 getSessionin interfacejakarta.servlet.http.HttpServletRequest
 - 
getSession
- Specified by:
 getSessionin interfacejakarta.servlet.http.HttpServletRequest
 - 
changeSessionId
- Specified by:
 changeSessionIdin interfacejakarta.servlet.http.HttpServletRequest
 - 
isRequestedSessionIdValid
- Specified by:
 isRequestedSessionIdValidin interfacejakarta.servlet.http.HttpServletRequest
 - 
isRequestedSessionIdFromCookie
- Specified by:
 isRequestedSessionIdFromCookiein interfacejakarta.servlet.http.HttpServletRequest
 - 
isRequestedSessionIdFromURL
- Specified by:
 isRequestedSessionIdFromURLin interfacejakarta.servlet.http.HttpServletRequest
 - 
authenticate
public boolean authenticate(jakarta.servlet.http.HttpServletResponse response) throws IOException, jakarta.servlet.ServletException - Specified by:
 authenticatein interfacejakarta.servlet.http.HttpServletRequest- Throws:
 IOExceptionjakarta.servlet.ServletException
 - 
login
 - 
logout
- Specified by:
 logoutin interfacejakarta.servlet.http.HttpServletRequest- Throws:
 jakarta.servlet.ServletException
 - 
getParts
public Collection<jakarta.servlet.http.Part> getParts() throws IOException, jakarta.servlet.ServletException- Specified by:
 getPartsin interfacejakarta.servlet.http.HttpServletRequest- Throws:
 IOExceptionjakarta.servlet.ServletException
 - 
getPart
public jakarta.servlet.http.Part getPart(String name) throws IOException, jakarta.servlet.ServletException - Specified by:
 getPartin interfacejakarta.servlet.http.HttpServletRequest- Throws:
 IOExceptionjakarta.servlet.ServletException
 - 
upgrade
public <T extends jakarta.servlet.http.HttpUpgradeHandler> T upgrade(Class<T> handlerClass) throws IOException, jakarta.servlet.ServletException - Specified by:
 upgradein interfacejakarta.servlet.http.HttpServletRequest- Throws:
 IOExceptionjakarta.servlet.ServletException
 - 
getAttribute
- Specified by:
 getAttributein interfacejakarta.servlet.ServletRequest
 - 
getAttributeNames
- Specified by:
 getAttributeNamesin interfacejakarta.servlet.ServletRequest
 - 
getCharacterEncoding
- Specified by:
 getCharacterEncodingin interfacejakarta.servlet.ServletRequest
 - 
setCharacterEncoding
- Specified by:
 setCharacterEncodingin interfacejakarta.servlet.ServletRequest- Throws:
 UnsupportedEncodingException
 - 
getContentLength
- Specified by:
 getContentLengthin interfacejakarta.servlet.ServletRequest
 - 
getContentLengthLong
- Specified by:
 getContentLengthLongin interfacejakarta.servlet.ServletRequest
 - 
getContentType
- Specified by:
 getContentTypein interfacejakarta.servlet.ServletRequest
 - 
getInputStream
- Specified by:
 getInputStreamin interfacejakarta.servlet.ServletRequest- Throws:
 IOException
 - 
buildRequestParameterMap
- Specified by:
 buildRequestParameterMapin interfaceWrappedHttpRequest
 - 
getParameter
- Specified by:
 getParameterin interfacejakarta.servlet.ServletRequest
 - 
getParameterNames
- Specified by:
 getParameterNamesin interfacejakarta.servlet.ServletRequest
 - 
getParameterValues
- Specified by:
 getParameterValuesin interfacejakarta.servlet.ServletRequest
 - 
getParameterMap
- Specified by:
 getParameterMapin interfacejakarta.servlet.ServletRequest
 - 
getProtocol
- Specified by:
 getProtocolin interfacejakarta.servlet.ServletRequest
 - 
getScheme
 - 
getServerName
- Specified by:
 getServerNamein interfacejakarta.servlet.ServletRequest
 - 
getServerPort
- Specified by:
 getServerPortin interfacejakarta.servlet.ServletRequest
 - 
getReader
- Specified by:
 getReaderin interfacejakarta.servlet.ServletRequest- Throws:
 IOException
 - 
getRemoteAddr
- Specified by:
 getRemoteAddrin interfacejakarta.servlet.ServletRequest
 - 
getRemoteHost
- Specified by:
 getRemoteHostin interfacejakarta.servlet.ServletRequest
 - 
setAttribute
- Specified by:
 setAttributein interfacejakarta.servlet.ServletRequest
 - 
removeAttribute
- Specified by:
 removeAttributein interfacejakarta.servlet.ServletRequest
 - 
getLocale
 - 
getLocales
- Specified by:
 getLocalesin interfacejakarta.servlet.ServletRequest
 - 
isSecure
- Specified by:
 isSecurein interfacejakarta.servlet.ServletRequest
 - 
getRequestDispatcher
- Specified by:
 getRequestDispatcherin interfacejakarta.servlet.ServletRequest
 - 
getRemotePort
- Specified by:
 getRemotePortin interfacejakarta.servlet.ServletRequest
 - 
getLocalName
- Specified by:
 getLocalNamein interfacejakarta.servlet.ServletRequest
 - 
getLocalAddr
- Specified by:
 getLocalAddrin interfacejakarta.servlet.ServletRequest
 - 
getLocalPort
- Specified by:
 getLocalPortin interfacejakarta.servlet.ServletRequest
 - 
getServletContext
- Specified by:
 getServletContextin interfacejakarta.servlet.ServletRequest
 - 
startAsync
- Specified by:
 startAsyncin interfacejakarta.servlet.ServletRequest- Throws:
 IllegalStateException
 - 
startAsync
public jakarta.servlet.AsyncContext startAsync(jakarta.servlet.ServletRequest servletRequest, jakarta.servlet.ServletResponse servletResponse) throws IllegalStateException - Specified by:
 startAsyncin interfacejakarta.servlet.ServletRequest- Throws:
 IllegalStateException
 - 
isAsyncStarted
- Specified by:
 isAsyncStartedin interfacejakarta.servlet.ServletRequest
 - 
isAsyncSupported
- Specified by:
 isAsyncSupportedin interfacejakarta.servlet.ServletRequest
 - 
getAsyncContext
- Specified by:
 getAsyncContextin interfacejakarta.servlet.ServletRequest
 - 
getDispatcherType
- Specified by:
 getDispatcherTypein interfacejakarta.servlet.ServletRequest
 - 
getRequestId
- Specified by:
 getRequestIdin interfacejakarta.servlet.ServletRequest
 - 
getProtocolRequestId
- Specified by:
 getProtocolRequestIdin interfacejakarta.servlet.ServletRequest
 - 
getServletConnection
- Specified by:
 getServletConnectionin interfacejakarta.servlet.ServletRequest
 
 -