class documentation

class HAProxyServerParser: (source)

Implements interfaces: twisted.internet.interfaces.IStreamServerEndpointStringParser, twisted.plugin.IPlugin

View In Hierarchy

Stream server endpoint string parser for the HAProxyServerEndpoint type.
Method parseStreamServer 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, *args, **kwargs): (source)
Parse a stream server endpoint from a reactor and string-only arguments and keyword arguments.
Parameters
reactor:interfaces.IReactorCoreThe reactor.
args:objectThe parsed string arguments.
kwargs:objectThe parsed keyword arguments.
Returns
IStreamServerEndpointa stream server endpoint