Interface ServletContextHandler.ServletContextScopeListener
- All Superinterfaces:
 EventListener
- Enclosing class:
 ServletContextHandler
Listener for all threads entering context scope, including async IO callbacks
- 
Method Summary
Modifier and TypeMethodDescriptionvoidenterScope(ServletContextHandler.ServletScopedContext context, ServletContextRequest request) voidexitScope(ServletContextHandler.ServletScopedContext context, ServletContextRequest request)  
- 
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
 
 -