Interface ServletContextHandler.ServletRequestInfo
- All Known Implementing Classes:
ServletContextRequest
- Enclosing class:
ServletContextHandler
public static interface ServletContextHandler.ServletRequestInfo
The interface used by
ServletApiRequest to access the ServletContextRequest without
access to the unwrapped Request methods.-
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.jetty.session.ManagedSessionorg.eclipse.jetty.http.pathmap.MatchedResource<ServletHandler.MappedServlet> default org.eclipse.jetty.server.RequestList<jakarta.servlet.ServletRequestAttributeListener> org.eclipse.jetty.session.AbstractSessionManager.RequestedSessionorg.eclipse.jetty.session.SessionManagergetState()void
-
Method Details
-
getDecodedPathInContext
String getDecodedPathInContext() -
getManagedSession
org.eclipse.jetty.session.ManagedSession getManagedSession() -
getQueryEncoding
Charset getQueryEncoding() -
getRequest
default org.eclipse.jetty.server.Request getRequest() -
getRequestAttributeListeners
List<jakarta.servlet.ServletRequestAttributeListener> getRequestAttributeListeners() -
getServletContext
ServletContextHandler.ServletScopedContext getServletContext() -
getHttpInput
HttpInput getHttpInput() -
getMatchedResource
org.eclipse.jetty.http.pathmap.MatchedResource<ServletHandler.MappedServlet> getMatchedResource() -
getRequestedSession
org.eclipse.jetty.session.AbstractSessionManager.RequestedSession getRequestedSession() -
getServletChannel
ServletChannel getServletChannel() -
getServletContextHandler
ServletContextHandler getServletContextHandler() -
getServletRequestState
ServletChannelState getServletRequestState() -
getSessionManager
org.eclipse.jetty.session.SessionManager getSessionManager() -
getState
ServletChannelState getState() -
setQueryEncoding
-