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
-
Method Details
-
enterScope
- Parameters:
context
- The context being enteredrequest
- A request that is applicable to the scope, or null
-
exitScope
- Parameters:
context
- The context being exitedrequest
- A request that is applicable to the scope, or null
-