Class ExportStats.BulkInFlightTicket
java.lang.Object
ai.attackframework.tools.burp.utils.ExportStats.BulkInFlightTicket
- All Implemented Interfaces:
AutoCloseable
- Enclosing class:
ExportStats
AutoCloseable handle for the
Bulk Requests In-Flight counter. The constructor
increments the counter and close() decrements it exactly once, even if called
more than once on the same ticket.-
Method Summary
-
Method Details
-
close
public void close()- Specified by:
closein interfaceAutoCloseable
-