Package core :: Package controllers :: Package threads :: Module w3afThread :: Class w3afThread
[hide private]
[frames] | no frames]

Class w3afThread




This class represents a w3afThread.


Author: Andres Riancho ( andres.riancho@gmail.com )

Instance Methods [hide private]
  __init__(self)
  run(self)
w3af w3afThreads MUST implment a run method.
  start2(self)
w3af w3afThreads have this special method.
  stop(self)
w3af w3afThreads MUST implment a stop method.

Inherited from threading.Thread: __repr__, getName, isAlive, isDaemon, join, setDaemon, setName, start

Inherited from threading.Thread (private): _set_daemon

Inherited from threading._Verbose (private): _note

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __setattr__, __str__


Properties [hide private]

Inherited from object: __class__


Method Details [hide private]

__init__(self)
(Constructor)

 
None
Overrides: threading.Thread.__init__

run(self)

 
w3af w3afThreads MUST implment a run method.
Overrides: threading.Thread.run

start2(self)

 
w3af w3afThreads have this special method.

stop(self)

 
w3af w3afThreads MUST implment a stop method.