Package core :: Package controllers :: Package w3afAgent :: Package client :: Module w3afAgentClient :: Class connectionManager
[hide private]
[frames] | no frames]

Class connectionManager




This is a service that creates some connections to the remote w3afAgentServer and waits for SOCKS requests to arrive on those connections. When a request arrives, I parse the request and create a handler instance manage the SOCKS connection.

Instance Methods [hide private]
  __init__(self, w3afAgentServer_address, w3afAgentServer_port, connectionPoolLen=20)
  setBindAddress(self, bindAddy)
  genConnections(self, number)
  run(self)
  decode_request(self, data)
This function reads the request socket for the request data, decodes it and checks that it is well formed.

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, w3afAgentServer_address, w3afAgentServer_port, connectionPoolLen=20)
(Constructor)

 
None
Overrides: threading.Thread.__init__

setBindAddress(self, bindAddy)

 
None

genConnections(self, number)

 
None

run(self)

 
None
Overrides: threading.Thread.run

decode_request(self, data)

 
This function reads the request socket for the request data, decodes it and checks that it is well formed.