Uses of Class
org.eclipse.jetty.server.handler.ContextHandler.Context
Packages that use ContextHandler.Context
Package
Description
Jetty Server : Core Server API
Jetty Server : Core Handler API
Jetty Server : Session Management Implementations
Jetty Server : Modular Servlet Integration
Jetty Util : Modular Web Application Support
-
Uses of ContextHandler.Context in org.eclipse.jetty.server
Methods in org.eclipse.jetty.server that return ContextHandler.ContextModifier and TypeMethodDescriptionAsyncContextEvent.getContext()
MultiParts.getContext()
MultiParts.MultiPartsHttpParser.getContext()
MultiParts.MultiPartsUtilParser.getContext()
Request.getContext()
Request.getErrorContext()
Methods in org.eclipse.jetty.server with parameters of type ContextHandler.ContextModifier and TypeMethodDescriptionvoid
Request.setContext
(ContextHandler.Context context, String pathInContext) Set request context and path in the context.Constructors in org.eclipse.jetty.server with parameters of type ContextHandler.ContextModifierConstructorDescriptionAsyncContextEvent
(ContextHandler.Context context, AsyncContextState asyncContext, HttpChannelState state, Request baseRequest, jakarta.servlet.ServletRequest request, jakarta.servlet.ServletResponse response) AsyncContextEvent
(ContextHandler.Context context, AsyncContextState asyncContext, HttpChannelState state, Request baseRequest, jakarta.servlet.ServletRequest request, jakarta.servlet.ServletResponse response, HttpURI baseURI) -
Uses of ContextHandler.Context in org.eclipse.jetty.server.handler
Fields in org.eclipse.jetty.server.handler declared as ContextHandler.ContextMethods in org.eclipse.jetty.server.handler that return ContextHandler.ContextModifier and TypeMethodDescriptionstatic ContextHandler.Context
ContextHandler.getCurrentContext()
Get the current ServletContext implementation.ContextHandler.getServletContext()
Methods in org.eclipse.jetty.server.handler with parameters of type ContextHandler.ContextModifier and TypeMethodDescriptionvoid
ContextHandler.ContextScopeListener.enterScope
(ContextHandler.Context context, Request request, Object reason) void
ContextHandler.ContextScopeListener.exitScope
(ContextHandler.Context context, Request request) Constructors in org.eclipse.jetty.server.handler with parameters of type ContextHandler.ContextModifierConstructorDescriptionprotected
ContextHandler
(ContextHandler.Context context) protected
ContextHandler
(ContextHandler.Context context, HandlerContainer parent, String contextPath) -
Uses of ContextHandler.Context in org.eclipse.jetty.server.session
Fields in org.eclipse.jetty.server.session declared as ContextHandler.ContextMethods in org.eclipse.jetty.server.session that return ContextHandler.ContextConstructors in org.eclipse.jetty.server.session with parameters of type ContextHandler.Context -
Uses of ContextHandler.Context in org.eclipse.jetty.servlet
Subclasses of ContextHandler.Context in org.eclipse.jetty.servlet -
Uses of ContextHandler.Context in org.eclipse.jetty.webapp
Subclasses of ContextHandler.Context in org.eclipse.jetty.webapp