HEX
Server: Apache
System: Linux scp1.abinfocom.com 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64
User: confeduphaar (1010)
PHP: 8.1.33
Disabled: exec,passthru,shell_exec,system
Upload Files
File: //lib/python3/dist-packages/twisted/protocols/haproxy/__pycache__/_info.cpython-38.pyc
U


W[��@s8dZddlmZddlmZee�Gdd�de��ZdS)z
IProxyInfo implementation.
�)�implementer�)�
IProxyInfoc@seZdZdZdZdd�ZdS)�	ProxyInfoa�
    A data container for parsed PROXY protocol information.

    @ivar header: The raw header bytes extracted from the connection.
    @type header: bytes
    @ivar source: The connection source address.
    @type source: L{twisted.internet.interfaces.IAddress}
    @ivar destination: The connection destination address.
    @type destination: L{twisted.internet.interfaces.IAddress}
    ��header�source�destinationcCs||_||_||_dS)Nr)�selfrrr	�r�A/usr/lib/python3/dist-packages/twisted/protocols/haproxy/_info.py�__init__!szProxyInfo.__init__N)�__name__�
__module__�__qualname__�__doc__�	__slots__r
rrrrrsrN)rZzope.interfacerZ_interfacesr�objectrrrrr�<module>s