twisted.protocols.haproxy._parser.HAProxyServerParser(object)
class documentationtwisted.protocols.haproxy._parser
View Source
(View In Hierarchy)
Implements interfaces: twisted.internet.interfaces.IStreamServerEndpointStringParser, twisted.plugin.IPlugin
Stream server endpoint string parser for the HAProxyServerEndpoint type.
Instance Variable | prefix | See IStreamServerEndpointStringParser.prefix . |
Method | parseStreamServer | Parse a stream server endpoint from a reactor and string-only arguments and keyword arguments. |
Parse a stream server endpoint from a reactor and string-only arguments and keyword arguments.
Parameters | reactor | The reactor. |
args | The parsed string arguments. | |
kwargs | The parsed keyword arguments. | |
Returns | a stream server endpoint (type: IStreamServerEndpoint ) |