Uses of Interface
org.eclipse.jetty.server.Context
Packages that use Context
Package
Description
Jetty Server : Core Server API
Jetty Server : Core Handler API
-
Uses of Context in org.eclipse.jetty.server
Methods in org.eclipse.jetty.server that return ContextModifier and TypeMethodDescriptionRequest.getContext()Get theContextassociated with thisRequest.Request.Wrapper.getContext()Server.getContext() -
Uses of Context in org.eclipse.jetty.server.handler
Classes in org.eclipse.jetty.server.handler that implement ContextMethods in org.eclipse.jetty.server.handler that return ContextModifier and TypeMethodDescriptionContextRequest.getContext()static ContextContextHandler.getCurrentContext()Get the current Context if any.static ContextContextHandler.getCurrentContext(Server server) Get the current Context if any, or else server context if any.Methods in org.eclipse.jetty.server.handler with parameters of type ContextModifier and TypeMethodDescriptiondefault voidContextHandler.ContextScopeListener.enterScope(Context context, Request request) default voidprotected voidContextHandler.exitScope(Request request, Context lastContext, ClassLoader lastLoader)