Uses of Interface
org.eclipse.jetty.server.Context
Packages that use Context
Package
Description
Jetty Jaspi : Java Authentication SPI
Jetty Server : Modular Servlet Integration
Jetty Server : Core Handler API
Jetty Server : Core Handler API
Jetty Security : Modular Support for Security in Jetty
Jetty Server : Core Server API
Jetty Server : Core Handler API
Jetty Server : Session Management Implementations
- 
Uses of Context in org.eclipse.jetty.ee10.security.jaspiMethods in org.eclipse.jetty.ee10.security.jaspi with parameters of type ContextModifier and TypeMethodDescriptionprotected StringJaspiAuthenticatorFactory.findServerName(Context context, Server server) Find a servername.JaspiAuthenticatorFactory.getAuthenticator(Server server, Context context, Authenticator.Configuration configuration) 
- 
Uses of Context in org.eclipse.jetty.ee10.servletClasses in org.eclipse.jetty.ee10.servlet that implement ContextMethods in org.eclipse.jetty.ee10.servlet that return ContextMethods in org.eclipse.jetty.ee10.servlet with parameters of type ContextModifier and TypeMethodDescriptionstatic jakarta.servlet.ServletContextServletContextHandler.getServletContext(Context context) 
- 
Uses of Context in org.eclipse.jetty.ee8.nestedMethods in org.eclipse.jetty.ee8.nested that return ContextMethods in org.eclipse.jetty.ee8.nested with parameters of type ContextModifier and TypeMethodDescriptionstatic javax.servlet.ServletContextContextHandler.getServletContext(Context context) 
- 
Uses of Context in org.eclipse.jetty.ee9.nestedMethods in org.eclipse.jetty.ee9.nested that return ContextMethods in org.eclipse.jetty.ee9.nested with parameters of type ContextModifier and TypeMethodDescriptionstatic jakarta.servlet.ServletContextContextHandler.getServletContext(Context context) 
- 
Uses of Context in org.eclipse.jetty.securityMethods in org.eclipse.jetty.security with parameters of type ContextModifier and TypeMethodDescriptionAuthenticator.Factory.getAuthenticator(Server server, Context context, Authenticator.Configuration configuration) DefaultAuthenticatorFactory.getAuthenticator(Server server, Context context, Authenticator.Configuration configuration) 
- 
Uses of Context in org.eclipse.jetty.security.openidMethods in org.eclipse.jetty.security.openid with parameters of type ContextModifier and TypeMethodDescriptionOpenIdAuthenticatorFactory.getAuthenticator(Server server, Context context, Authenticator.Configuration configuration) 
- 
Uses of Context in org.eclipse.jetty.serverMethods 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.handlerClasses 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 contextRequest, Context lastContext, ClassLoader lastLoader) Exits the scope of theContext.
- 
Uses of Context in org.eclipse.jetty.sessionFields in org.eclipse.jetty.session declared as ContextMethods in org.eclipse.jetty.session that return ContextModifier and TypeMethodDescriptionAbstractSessionManager.getContext()SessionContext.getContext()SessionManager.getContext()
- 
Uses of Context in org.eclipse.jetty.websocket.serverMethods in org.eclipse.jetty.websocket.server with parameters of type ContextModifier and TypeMethodDescriptionstatic ServerWebSocketContainerReturns theServerWebSocketContainerpresent as the context attribute under the name corresponding to the full qualified name of classWebSocketContainer.