Part of twisted.internet.endpoints View Source View In Hierarchy
Instance Variable | prefix | See IStreamClientEndpointStringParser.prefix . |
Method | parseStreamServer | Undocumented |
Method | _parseServer | Internal parser function for _parseServer
to convert the string arguments into structured arguments for the TCP6ServerEndpoint |
_parseServer
to convert the string arguments into structured arguments for the TCP6ServerEndpoint
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) |