proxy.core.listener.unix 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.core.listener.unix.UnixSocketListener(*args: Any, flags: argparse.Namespace, **kwargs: Any)[source]#

Bases: proxy.core.listener.base.BaseListener

Unix socket domain listener.

_abc_impl = <_abc._abc_data object>#
_socket: Optional[socket.socket]#
listen() socket.socket[source]#
shutdown() None[source]#