Exemplo n.º 1
0
 def locateResponder(self, name):
     """
     Do normal responder lookup, reset the connection timeout and record
     this activity.
     """
     self._timeout.reset()
     self._source.set_last_activity(self._reactor.seconds())
     return CommandLocator.locateResponder(self, name)
Exemplo n.º 2
0
 def locateResponder(self, name):
     """
     Do normal responder lookup, reset the connection timeout and record
     this activity.
     """
     self._timeout.reset()
     self._source.set_last_activity(self._reactor.seconds())
     return CommandLocator.locateResponder(self, name)
Exemplo n.º 3
0
 def locateResponder(self, name):
     """
     Do normal responder lookup and reset the connection timeout.
     """
     self._timeout.reset()
     return CommandLocator.locateResponder(self, name)
Exemplo n.º 4
0
 def locateResponder(self, name):
     """
     Do normal responder lookup and reset the connection timeout.
     """
     self._timeout.reset()
     return CommandLocator.locateResponder(self, name)
Exemplo n.º 5
0
 def locateResponder(self, name):
     """
     Do normal responder lookup and also record this activity.
     """
     self._source.set_last_activity(self._reactor.seconds())
     return CommandLocator.locateResponder(self, name)
Exemplo n.º 6
0
 def locateResponder(self, name):
     """
     Do normal responder lookup and also record this activity.
     """
     self._source.set_last_activity(self._reactor.seconds())
     return CommandLocator.locateResponder(self, name)