Part of twisted.internet.interfaces View Source View In Hierarchy
Known implementations: twisted.internet.iocpreactor.reactor.IOCPReactor, twisted.internet.posixbase.PosixReactorBase
IMPORTANT: This is an experimental new interface. It may change without backwards compatability. Suggestions are welcome.
Method | listenUDP | Connects a given DatagramProtocol to the given numeric UDP port. |
Method | connectUDP | DEPRECATED. |
Returns | object which provides IListeningPort .
|
Connects a twisted.internet.protocol.ConnectedDatagramProtocol
instance to a UDP port.