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
Jetty Server : Core Handler API
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.ee8.nested
Methods in org.eclipse.jetty.ee8.nested that return ContextHandler.ScopedContextModifier and TypeMethodDescriptionprotected ContextHandler.ScopedContext
ContextHandler.CoreContextHandler.newContext()
Constructors in org.eclipse.jetty.ee8.nested with parameters of type ContextHandler.ScopedContextModifierConstructorDescriptionprotected
CoreContextRequest
(Request wrapped, ContextHandler.ScopedContext context, HttpChannel httpChannel) -
Uses of ContextHandler.ScopedContext in org.eclipse.jetty.ee9.nested
Methods in org.eclipse.jetty.ee9.nested that return ContextHandler.ScopedContextModifier and TypeMethodDescriptionprotected ContextHandler.ScopedContext
ContextHandler.CoreContextHandler.newContext()
Constructors in org.eclipse.jetty.ee9.nested with parameters of type ContextHandler.ScopedContextModifierConstructorDescriptionprotected
CoreContextRequest
(Request wrapped, ContextHandler.ScopedContext context, HttpChannel httpChannel) -
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)