Class: Arachni::Reactor::Global

Inherits:
Arachni::Reactor show all
Includes:
Singleton
Defined in:
lib/arachni/reactor/global.rb

Overview

**Do not use directly!**

Use the Arachni::Reactor class methods to manage a globally accessible Arachni::Reactor instance.

Author:

Constant Summary

Constants inherited from Arachni::Reactor

DEFAULT_OPTIONS, VERSION

Instance Attribute Summary

Attributes inherited from Arachni::Reactor

#connections, #max_tick_interval, #ticks

Method Summary

Methods inherited from Arachni::Reactor

#at_interval, #attach, #attached?, #connect, #create_iterator, #create_queue, #delay, #detach, global, #in_same_thread?, #initialize, jruby?, #listen, #next_tick, #on_error, #on_shutdown, #on_tick, #run, #run_block, #run_in_thread, #running?, #schedule, #stop, stop, supports_unix_sockets?, #thread, #wait

Constructor Details

This class inherits a constructor from Arachni::Reactor