Uses of Class
org.eclipse.jetty.server.handler.ContextHandler.ScopedContext
Packages that use ContextHandler.ScopedContext
Package
Description
Jetty Server : Modular Servlet Integration
Jetty Server : Core Handler API
-
Uses of ContextHandler.ScopedContext in org.eclipse.jetty.ee10.servlet
Subclasses of ContextHandler.ScopedContext in org.eclipse.jetty.ee10.servletMethods in org.eclipse.jetty.ee10.servlet that return ContextHandler.ScopedContextModifier and TypeMethodDescriptionprotected ContextHandler.ScopedContext
ServletContextHandler.newContext()
-
Uses of ContextHandler.ScopedContext in org.eclipse.jetty.server.handler
Methods in org.eclipse.jetty.server.handler that return ContextHandler.ScopedContextModifier and TypeMethodDescriptionContextHandler.getContext()
protected ContextHandler.ScopedContext
ContextHandler.newContext()
Constructors in org.eclipse.jetty.server.handler with parameters of type ContextHandler.ScopedContextModifierConstructorDescriptionprotected
ContextRequest
(ContextHandler.ScopedContext context, Request request) ContextResponse
(ContextHandler.ScopedContext context, Request request, Response response)