interface documentation
class IListeningPort(Interface): (source)
Known implementations: twisted.internet.iocpreactor.tcp.Port
, twisted.internet.iocpreactor.udp.Port
, twisted.internet.tcp.Port
, twisted.internet.udp.Port
, twisted.pair.tuntap.TuntapPort
, twisted.internet.testing._FakePort
A listening port.
Method | get |
Get the host that this port is listening for. |
Method | start |
Start listening on this port. |
Method | stop |
Stop listening on this port. |