twisted.pair.raw.IRawDatagramProtocol(Interface) interface documentationtwisted.pair.raw
          View Source
          (View In Hierarchy)
        
      Known implementations: twisted.pair.rawudp.RawUDPProtocol
An interface for protocols such as UDP, ICMP and TCP.
| Method | addProto | Add a protocol on top of this one. | 
| Method | datagramReceived | An IP datagram has been received. Parse and process it. |