class documentation

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: 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.IReactorCoreThe reactor.
*args:objectThe parsed string arguments.
**kwargs:objectThe parsed keyword arguments.
Returns
IStreamServerEndpointa stream server endpoint