Package flumotion :: Package common :: Module testsuite :: Class TestClient
[hide private]

Class TestClient

source code

twisted.spread.pb.Referenceable --+
                                  |
                                 TestClient

Instance Methods [hide private]
twisted.internet.defer.Deferred
run(self, port)
Start the client by connecting to the server on the given port.
source code
twisted.internet.defer.Deferred
stop(self)
Stop the client.
source code
 
_gotRootObject(self, remoteReference) source code
 
remote_receive(self, object) source code
Class Variables [hide private]
  type = "client"
  remoteRoot = None
hash(x)
Method Details [hide private]

run(self, port)

source code 

Start the client by connecting to the server on the given port.

Parameters:
  • port (int)
Returns: twisted.internet.defer.Deferred