예제 #1
0
 def connection_made(self):
     Protocol.connection_made(self)
     self.switch_protocol_mode(self.protocol_mode_next)
예제 #2
0
파일: client.py 프로젝트: CodeMyAss/quarry
 def connection_made(self):
     Protocol.connection_made(self)
     self.switch_protocol_mode(self.protocol_mode_next)
예제 #3
0
 def connection_made(self):
     """Called when the connection is established"""
     Protocol.connection_made(self)
     self.switch_protocol_mode(self.protocol_mode_next)