示例#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)