Ejemplo n.º 1
0
 def connection_made(self):
     Protocol.connection_made(self)
     self.switch_protocol_mode(self.protocol_mode_next)
Ejemplo n.º 2
0
 def connection_made(self):
     Protocol.connection_made(self)
     self.switch_protocol_mode(self.protocol_mode_next)
Ejemplo n.º 3
0
 def connection_made(self):
     """Called when the connection is established"""
     Protocol.connection_made(self)
     self.switch_protocol_mode(self.protocol_mode_next)