Class ActiveRequestTrackerHandler

java.lang.Object
io.undertow.server.handlers.ActiveRequestTrackerHandler
All Implemented Interfaces:
HttpHandler

public final class ActiveRequestTrackerHandler extends Object implements HttpHandler
This handler will track all active requests. If the predicate is either null or true, a RequestStatistics object is created and stored in the handler. Once the request is finished, the RequestStatistics object is removed from the local store, and flow continues to the next listener.
Author:
Jason Lee