def connectionLost(self, reason=connectionDone):
     """connection lost"""
     self.factory.unregisterProtocol(self)
     ClientTestHelper.connectionLost(self, reason=reason)
Esempio n. 2
0
 def connectionLost(self, reason=connectionDone):
     """connection lost"""
     self.factory.unregisterProtocol(self)
     ClientTestHelper.connectionLost(self, reason=reason)
 def connectionMade(self):
     """connection!"""
     client.ThrottlingStorageClient.connectionMade(self)
     ClientTestHelper.connectionMade(self)
Esempio n. 4
0
 def connectionMade(self):
     """connection!"""
     client.ThrottlingStorageClient.connectionMade(self)
     ClientTestHelper.connectionMade(self)