Interface ContextHandler.ContextScopeListener
- All Superinterfaces:
 EventListener
- Enclosing class:
 ContextHandler
Listener for all threads entering context scope, including async IO callbacks
- 
Method Summary
Modifier and TypeMethodDescriptionvoidenterScope(ContextHandler.APIContext context, Request request, Object reason) voidexitScope(ContextHandler.APIContext 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
 
 -