class documentation
class HAProxyServerParser: (source)
Implements interfaces: twisted.internet.interfaces.IStreamServerEndpointStringParser
, twisted.plugin.IPlugin
Stream server endpoint string parser for the HAProxyServerEndpoint type.
Method | parse |
Parse a stream server endpoint from a reactor and string-only arguments and keyword arguments. |
Instance Variable | prefix |
See IStreamServerEndpointStringParser.prefix . |
def parseStreamServer(self, reactor:
interfaces.IReactorCore
, *args: object
, **kwargs: object
) -> _WrapperServerEndpoint
:
(source)
¶
Parse a stream server endpoint from a reactor and string-only arguments and keyword arguments.
Parameters | |
reactor:interfaces.IReactorCore | The reactor. |
*args:object | The parsed string arguments. |
**kwargs:object | The parsed keyword arguments. |
Returns | |
IStreamServerEndpoint | a stream server endpoint |