Part of twisted.internet.endpoints View Source View In Hierarchy
Known subclasses: twisted.internet.endpoints.TCP4ServerEndpoint, twisted.internet.endpoints.TCP6ServerEndpoint
| Method | __init__ | |
| Method | listen | Implement IStreamServerEndpoint.listen
to listen on a TCP socket |
| Parameters | reactor | An IReactorTCP
provider. |
| port | The port number used for listening (type: int) | |
| backlog | Size of the listen queue (type: int) | |
| interface | The hostname to bind to (type: str) |
IStreamServerEndpoint.listen
to listen on a TCP socket