Package org.eclipse.jetty.server.handler
Interface ContextHandler.ContextScopeListener
- All Superinterfaces:
EventListener
- Enclosing class:
- ContextHandler
Listener for all threads entering context scope, including async IO callbacks
-
Method Summary
Modifier and TypeMethodDescriptionvoid
enterScope
(ContextHandler.Context context, Request request, Object reason) void
exitScope
(ContextHandler.Context context, Request request)
-
Method Details
-
enterScope
- 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
- Parameters:
context
- The context being exitedrequest
- A request that is applicable to the scope, or null
-