예제 #1
0
 def connectionRefused(self):
     # we don't use these at all for udp, so skip the CallbackConnection
     DatagramProtocol.connectionRefused(self)
예제 #2
0
 def connectionRefused(self):
     return DatagramProtocol.connectionRefused(self)
예제 #3
0
 def connectionRefused(self):
     # we don't use these at all for udp, so skip the CallbackConnection
     DatagramProtocol.connectionRefused(self)