Package org.eclipse.jetty.ee10.servlet
Class ServletApiRequest.CrossContextForwarded
java.lang.Object
org.eclipse.jetty.ee10.servlet.ServletApiRequest
org.eclipse.jetty.ee10.servlet.ServletApiRequest.CrossContextForwarded
- All Implemented Interfaces:
jakarta.servlet.http.HttpServletRequest
,jakarta.servlet.ServletRequest
- Enclosing class:
- ServletApiRequest
-
Nested Class Summary
Nested classes/interfaces inherited from class org.eclipse.jetty.ee10.servlet.ServletApiRequest
ServletApiRequest.CrossContextForwarded, ServletApiRequest.CrossContextIncluded
-
Field Summary
Fields inherited from class org.eclipse.jetty.ee10.servlet.ServletApiRequest
_contentParameters, _queryParameters
Fields inherited from interface jakarta.servlet.http.HttpServletRequest
BASIC_AUTH, CLIENT_CERT_AUTH, DIGEST_AUTH, FORM_AUTH
-
Constructor Summary
ModifierConstructorDescriptionprotected
CrossContextForwarded
(ServletContextRequest servletContextRequest) -
Method Summary
Methods inherited from class org.eclipse.jetty.ee10.servlet.ServletApiRequest
authenticate, changeSessionId, getAsyncContext, getAttribute, getAttributeNames, getAuthentication, getAuthType, getCharacterEncoding, getContentLength, getContentLengthLong, getContentType, getContextPath, getCookies, getDateHeader, getDispatcherType, getFields, getHeader, getHeaderNames, getHeaders, getHttpServletMapping, getInputStream, getIntHeader, getLocalAddr, getLocale, getLocales, getLocalName, getLocalPort, getMethod, getParameter, getParameterMap, getParameterNames, getParameters, getParameterValues, getPart, getParts, getPathInfo, getPathTranslated, getProtocol, getProtocolRequestId, getQueryString, getReader, getRemoteAddr, getRemoteHost, getRemotePort, getRemoteUser, getRequest, getRequestDispatcher, getRequestedSessionId, getRequestId, getRequestURI, getRequestURL, getScheme, getServerName, getServerPort, getServletConnection, getServletContext, getServletPath, getServletRequestInfo, getSession, getSession, getTrailerFields, getUserPrincipal, isAsyncStarted, isAsyncSupported, isRequestedSessionIdFromCookie, isRequestedSessionIdFromURL, isRequestedSessionIdValid, isSecure, isUserInRole, login, logout, newPushBuilder, removeAttribute, setAsyncSupported, setAttribute, setCharacterEncoding, startAsync, startAsync, toString, upgrade
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface jakarta.servlet.http.HttpServletRequest
isTrailerFieldsReady
-
Constructor Details
-
CrossContextForwarded
-
-
Method Details
-
extractQueryParameters
- Overrides:
extractQueryParameters
in classServletApiRequest
- Throws:
BadMessageException
-