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)
  doStart(self)
Make sure startProtocol is called. (inherited from DatagramProtocol)
  doStop(self)
Make sure stopProtocol is called. (inherited from DatagramProtocol)
  makeConnection(self, transport)
Make a connection to a transport and a server. (inherited from DatagramProtocol)
  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:29:06 2003 http://epydoc.sf.net