class HAProxyServerParser: (source)
Implements interfaces: twisted.internet.interfaces.IStreamServerEndpointStringParser, twisted.plugin.IPlugin
| Method | parseStreamServer |
Parse a stream server endpoint from a reactor and string-only arguments and keyword arguments. |
| Instance Variable | prefix |
See IStreamServerEndpointStringParser.prefix. |
| Parameters | |
| reactor | The reactor. |
| *args | The parsed string arguments. |
| **kwargs | The parsed keyword arguments. |
| Returns | |
IStreamServerEndpoint | a stream server endpoint |