Package org.eclipse.jetty.ee11.servlet
Class ServletApiRequest.CrossContextForwarded
java.lang.Object
org.eclipse.jetty.ee11.servlet.ServletApiRequest
org.eclipse.jetty.ee11.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.ee11.servlet.ServletApiRequest
ServletApiRequest.CrossContextForwarded, ServletApiRequest.CrossContextIncluded -
Field Summary
Fields inherited from class org.eclipse.jetty.ee11.servlet.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 org.eclipse.jetty.ee11.servlet.ServletApiRequest
authenticate, changeSessionId, forceStartAsync, forceStartAsync, 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, upgradeMethods inherited from class java.lang.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:
HttpException.IllegalStateException
-