Part of twisted.internet.endpoints View Source View In Hierarchy
Implements interfaces: twisted.internet.interfaces.IStreamServerEndpoint
Instance Variables | _reactor | An IReactorTCP
provider.
|
_port | The port number on which to listen for incoming connections. (type: int ) | |
_backlog | size of the listen queue (type: int ) | |
_interface | the hostname to bind to, defaults to '' (all) (type: str ) |
Method | __init__ | No summary |
Method | listen | Implement IStreamServerEndpoint.listen
to listen on a TCP socket
|
Parameters | reactor | An IReactorTCP
provider.
|
port | The port number used listening | |
backlog | size of the listen queue | |
interface | the hostname to bind to, defaults to '' (all) |
IStreamServerEndpoint.listen
to listen on a TCP socket