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 ServletApiRequest
ServletApiRequest.CrossContextForwarded, ServletApiRequest.CrossContextIncluded - 
Field Summary
Fields inherited from class ServletApiRequest
_contentParameters, _queryParametersFields inherited from interface jakarta.servlet.http.HttpServletRequest
BASIC_AUTH, CLIENT_CERT_AUTH, DIGEST_AUTH, FORM_AUTH - 
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedCrossContextForwarded(ServletContextRequest servletContextRequest)  - 
Method Summary
Methods inherited from class ServletApiRequest
authenticate, changeSessionId, getAsyncContext, getAttribute, getAttributeNames, getAuthentication, getAuthenticationState, 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, upgradeMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface jakarta.servlet.http.HttpServletRequest
isTrailerFieldsReadyMethods inherited from interface jakarta.servlet.ServletRequest
setCharacterEncoding 
- 
Constructor Details
- 
CrossContextForwarded
 
 - 
 - 
Method Details
- 
extractQueryParameters
- Overrides:
 extractQueryParametersin classServletApiRequest- Throws:
 BadMessageException
 
 -