interface documentation
class IListeningPort(Interface): (source)
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. |