class twisted.protocols.haproxy._parser.HAProxyServerParser: (source)
Implements interfaces: 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 ) |