All Classes and Interfaces

Class
Description
 
 
 
Base class for all servlet-related classes that may be lazily instantiated (eg servlet, filter, listener), and/or require metadata to be held regarding their origin (web.xml, annotation, programmatic api etc).
 
 
ConstraintSecurityHandler
Utility Methods for manual execution of ServletContainerInitializer when using Embedded Jetty.
 
ContentProducer is the bridge between HttpInput and Content.Source.
A Context Listener that produces additional debug.
A ServletContextAttributeListener that listens for a context attribute to obtain a decorator instance.
The DefaultServlet, is a specialization of the ResourceServlet to be mapped to / as the "default" servlet for a context.
 
Deprecated, for removal: This API element is subject to removal in a future version.
use EagerContentHandler
 
 
 
 
An ErrorHandler that maps exceptions and status codes to URIs for dispatch using the internal ERROR style of dispatch.
 
Experimental Wrapper mechanism for Filter objects.
 
 
 
Specialization of AbstractHolder for servlet-related classes that have init-params etc
 
While this class is-a Runnable, it should never be dispatched in it's own thread.
HttpOutput implements ServletOutputStream as required by the Servlet specification.
Cleans a static cache of Methods held by java.beans.Introspector class when a context is undeployed.
Dynamic Servlet Invoker.
Servlet handling JSP Property Group mappings
Specialization of BaseHolder for servlet listeners.
Experimental Wrapper mechanism for Servlet EventListeners.
 
This is similar to the jaspi PasswordValidationCallback but includes user principal and group info as well.
This is similar to the jaspi PasswordValidationCallback but includes user principal and group info as well.
Enable Jetty style JMX MBeans from within a Context
 
A ServletException that is logged less verbosely than a normal ServletException.
A Servlet that handles static resources.
Specialized PrintWriter for servlet Responses
The Jetty implementation of the ee10 HttpServletRequest object.
 
 
The Jetty implementation of the ee10 HttpServletResponse object.
Servlet API wrapper for cross context included responses.
The ServletChannel contains the state and behaviors associated with the Servlet API lifecycle for a single request/response cycle.
holder of the state of request-response cycle.
The actions to take as the channel moves from state to state.
 
Holds a ServletContainerInitializer.
Experimental Wrapper mechanism for ServletContainerInitializer objects.
 
Servlet Context.
 
 
 
 
Bean that is added to the ServletContextHandler to start all of the ServletContainerInitializers by starting their corresponding ServletContainerInitializerHolders when this bean is itself started.
Listener for all threads entering context scope, including async IO callbacks
The interface used by ServletApiRequest to access the ServletContextRequest without access to the unwrapped Request methods.
The interface used by ServletApiResponse to access the ServletContextResponse without access to the unwrapped Response methods.
 
A core request wrapper that carries the servlet related request state, which may be used directly by the associated ServletApiRequest.
A core response wrapper that carries the servlet related response state, which may be used directly by the associated ServletApiResponse.
 
 
Wrap a ServletRequest as a core Request.
 
A HttpServletResponse wrapped as a core Response.
Servlet HttpHandler.
 
A mapping of a servlet by pathSpec or by name
Servlet Instance and Context Holder.
 
Experimental Wrapper mechanism for Servlet objects.
 
 
 
 
Servlet specific class for multipart content support.
An ordered list of Parts that can be accessed by name.
 
Implementation of HttpServletMapping that represents the application of a ServletPathSpec to a specific path that resulted in a mapping to a Servlet.
Class to tunnel a ServletRequest via an HttpServletRequest
Wrapper to tunnel a ServletResponse via an HttpServletResponse
ServletTester is not best practice and may be deprecated and eventually removed in future Jetty versions.
 
 
The source of a web artifact: servlet, filter, mapping etc