proxy.socks.client module#

proxy.py#

⚡⚡⚡ Fast, Lightweight, Pluggable, TLS interception capable proxy server focused on Network monitoring, controls & Application development, testing, debugging.

copyright
  1. 2013-present by Abhinav Singh and contributors.

license

BSD, see LICENSE for more details.

class proxy.socks.client.SocksClientConnection(conn: Union[ssl.SSLSocket, socket.socket], addr: Optional[Tuple[str, int]] = None)[source]#

Bases: proxy.core.connection.client.TcpClientConnection

_abc_impl = <_abc._abc_data object>#
_conn: Optional[TcpOrTlsSocket]#
_reusable: bool#
addr: Optional[HostPort]#
buffer: List[memoryview]#
closed: bool#
tag: str#