class IRawDatagramProtocol(Interface): (source)
Known implementations: twisted.pair.rawudp.RawUDPProtocol
Method | addProto |
Add a protocol on top of this one. |
Method | datagramReceived |
An IP datagram has been received. Parse and process it. |