twisted.protocols.haproxy._info.ProxyInfo(object) class documentationtwisted.protocols.haproxy._info
          View Source
          (View In Hierarchy)
        
      Implements interfaces: twisted.protocols.haproxy._interfaces.IProxyInfo
A data container for parsed PROXY protocol information.
| Instance Variable | header | The raw header bytes extracted from the connection. | 
| Instance Variable | source | The connection source address. | 
| Instance Variable | destination | The connection destination address. | 
| Class Variable | __slots__ | Undocumented | 
| Method | __init__ | Undocumented |