Package twisted :: Package protocols :: Module ip :: Class IPProtocol
[show private | hide private]
[frames | no frames]

Class IPProtocol

AbstractDatagramProtocol --+
                           |
                          IPProtocol


Method Summary
  __init__(self)
  __getstate__(self)
(inherited from AbstractDatagramProtocol)
  addProto(self, num, proto)
  datagramReceived(self, data, partial, dest, source, protocol)
  doStart(self)
Make sure startProtocol is called. (inherited from AbstractDatagramProtocol)
  doStop(self)
Make sure stopProtocol is called. (inherited from AbstractDatagramProtocol)
  makeConnection(self, transport)
Make a connection to a transport and a server. (inherited from AbstractDatagramProtocol)
  startProtocol(self)
Called when a transport is connected to this protocol. (inherited from AbstractDatagramProtocol)
  stopProtocol(self)
Called when the transport is disconnected. (inherited from AbstractDatagramProtocol)

Class Variable Summary
class IRawPacketProtocol

Class Variable Details

IRawPacketProtocol

IRawPacketProtocol = twisted.protocols.raw.IRawPacketProtocol

Generated by Epydoc 1.1 on Fri Jun 27 03:48:31 2003 http://epydoc.sf.net