Package org.eclipse.jetty.server.handler
Interface ContextHandler.ContextScopeListener
- All Superinterfaces:
EventListener
- Enclosing class:
ContextHandler
@Deprecated(since="2021-05-27")
public static interface ContextHandler.ContextScopeListener
extends EventListener
Deprecated.
The Eclipse Jetty and Apache Felix Http Jetty packages are no longer supported.
Listener for all threads entering context scope, including async IO callbacks
-
Method Summary
Modifier and TypeMethodDescriptionvoidenterScope(ContextHandler.Context context, Request request, Object reason) Deprecated.voidexitScope(ContextHandler.Context context, Request request) Deprecated.
-
Method Details
-
enterScope
Deprecated.- Parameters:
context- The context being enteredrequest- A request that is applicable to the scope, or nullreason- An object that indicates the reason the scope is being entered.
-
exitScope
Deprecated.- Parameters:
context- The context being exitedrequest- A request that is applicable to the scope, or null
-