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

Class connectionManager




This is a service that listens on some port and waits for the w3afAgentClient to connect. It keeps the connections alive so they can be used by a tcprelay object in order to relay the data between the w3afAgentServer and the w3afAgentClient.

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

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__


Properties [hide private]

Inherited from object: __class__


Method Details [hide private]

__init__(self, port)
(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)

isWorking(self)

 
Returns:
Did the remote agent connected to me ?

getConnection(self)

 
None