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 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

    • 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

    • setQueryEncoding

      void setQueryEncoding(String s)