Package twisted :: Package test :: Module test_udp :: Class Client
[show private | hide private]
[frames | no frames]

Class Client

                    Mixin --+
                            |
     DatagramProtocol --+   |
                        |   |
ConnectedDatagramProtocol --+
                            |
                           Client


Method Summary
  __init__(self)
(inherited from Mixin)
  connectionFailed(self, failure)
Called if connecting failed.
  datagramReceived(self, data)
  startProtocol(self)
(inherited from Mixin)
  stopProtocol(self)
(inherited from Mixin)

Method Details

connectionFailed(self, failure)

Called if connecting failed.

Usually this will be due to a DNS lookup failure.
Overrides:
twisted.internet.protocol.ConnectedDatagramProtocol.connectionFailed (inherited documentation)

Generated by Epydoc 1.2 prerelease on Wed Jan 29 06:26:19 2003 http://epydoc.sf.net