Module feroxbuster::event_handlers[][src]

Expand description

collection of event handlers (typically long-running tokio spawned tasks)

Structs

FiltersHandle

Container for filters transmitter and FeroxFilters object

FiltersHandler

event handler for updating a single data structure of all active filters

Handles

Container for the different *Handles that will be shared across modules

ScanHandle

Container for recursion transmitter and FeroxScans object

ScanHandler

event handler for updating a single data structure of all FeroxScans

StatsHandle

Container for statistics transmitter and Stats object

StatsHandler

event handler struct for updating statistics

Tasks

Simple container for multiple JoinHandles

TermInputHandler

Container for filters transmitter and FeroxFilters object

TermOutHandle

Container for terminal output transmitter

TermOutHandler

Event handler for terminal

Enums

Command

Protocol definition for updating an event handler via mpsc

Statics

SCAN_COMPLETE

Atomic boolean flag, used to determine whether or not the terminal input handler should exit