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