Linux lhjmq-records 5.15.0-118-generic #128-Ubuntu SMP Fri Jul 5 09:28:59 UTC 2024 x86_64
Your IP : 52.15.233.83
# Copyright (c) Twisted Matrix Laboratories.
# See LICENSE for details.
from twisted.internet.endpoints import (
_StandardIOParser,
_SystemdParser,
_TCP6ServerParser,
_TLSClientEndpointParser,
)
from twisted.protocols.haproxy._parser import (
HAProxyServerParser as _HAProxyServerParser,
)
systemdEndpointParser = _SystemdParser()
tcp6ServerEndpointParser = _TCP6ServerParser()
stdioEndpointParser = _StandardIOParser()
tlsClientEndpointParser = _TLSClientEndpointParser()
_haProxyServerEndpointParser = _HAProxyServerParser()
|