Package core :: Package controllers :: Package w3afAgent :: Package server :: Module w3afAgentServer :: Class PipeThread
[hide private]
[frames] | no frames]

Class PipeThread




Instance Methods [hide private]
  __init__(self, source, sink)
  stop(self)
w3af w3afThreads MUST implment a stop method.
  run(self)
w3af w3afThreads MUST implment a run method.

Inherited from threads.w3afThread.w3afThread: start2

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__


Class Variables [hide private]
  pipes = []

Properties [hide private]

Inherited from object: __class__


Method Details [hide private]

__init__(self, source, sink)
(Constructor)

 
None
Overrides: threads.w3afThread.w3afThread.__init__

stop(self)

 
w3af w3afThreads MUST implment a stop method.
Overrides: threads.w3afThread.w3afThread.stop
(inherited documentation)

run(self)

 
w3af w3afThreads MUST implment a run method.
Overrides: threads.w3afThread.w3afThread.run
(inherited documentation)

Class Variable Details [hide private]

pipes

None
Value:
[]