Uses of Package
org.eclipse.jetty.ee8.nested
Packages that use org.eclipse.jetty.ee8.nested
Package
Description
Jetty Server : Core Handler API
Jetty Server : Handler JMX Integration
-
Classes in org.eclipse.jetty.ee8.nested used by org.eclipse.jetty.ee8.nestedClassDescriptionAbstractHandler.Abstract Handler Container.The Authentication state of a request.An authentication that is capable of performing a programmatic login operation.An authentication that is capable of performing a programmatic logout operation.Authentication Response sent state.A Handler that can apply a
HttpOutput.Interceptormechanism to buffer the entire response content until the output is closed.AnHttpOutput.Interceptorwhich is created byBufferedResponseHandler.newBufferedInterceptor(HttpChannel, Interceptor)and is used by the implementation to buffer outgoing content.ContextHandler.Context.Handler for Error pagesA Jetty Server Handler.A collection of handlers.A Handler that contains other Handlers.The state machine that processes a request/response cycle interpreting the HTTP and Servlet semantic.Listener forHttpChannelevents.Implementation of AsyncContext interface that holds the state of request-response cycle.The actions to take as the channel moves from state to state.While this class is-a Runnable, it should never be dispatched in it's own thread.A content represents the production of context bytes byContentProducer.nextContent().Deprecated, for removal: This API element is subject to removal in a future version.Interceptor has been removed with no replacement in the EE10 implementationAbstract class that implements the standard special content behavior.HttpOutputimplementsServletOutputStreamas required by the Servlet specification.The HttpOutput.Interceptor is a single intercept point for all output written to the HttpOutput: via writer; via output stream; asynchronously; or blocking.Byte range inclusive of end points.A ServletException that is logged less verbosely than a normal ServletException.Jetty Request.Abstract resource service, used by DefaultServlet and ResourceHandlerResponseprovides the implementation forHttpServletResponse.ScopedHandler.Implementation of HttpServletMapping.User object that encapsulates user identity and operations such as run-as-role actions, checking isUserInRole and getUserPrincipal. -
Classes in org.eclipse.jetty.ee8.nested used by org.eclipse.jetty.ee8.nested.jmx