Class ExportStats.BulkInFlightTicket

java.lang.Object
ai.attackframework.tools.burp.utils.ExportStats.BulkInFlightTicket
All Implemented Interfaces:
AutoCloseable
Enclosing class:
ExportStats

public static final class ExportStats.BulkInFlightTicket extends Object implements AutoCloseable
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 Details