Part of twisted.internet.endpoints View Source View In Hierarchy
Implements interfaces: twisted.internet.endpoints.IPlugin, twisted.internet.interfaces.IStreamServerEndpointStringParser
Instance Variable | prefix | See IStreamClientEndpointStringParser.prefix . |
Method | parseStreamServer | Parse a stream server endpoint from a reactor and string-only arguments and keyword arguments. |
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) |
Returns | a stream server endpoint (type: IStreamServerEndpoint ) | |
See Also | IStreamClientEndpointStringParser.parseStreamClient |