Qucs-S S-parameter Viewer & RF Synthesis Tools
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | Protected Member Functions | Protected Attributes | List of all members
pip._vendor.urllib3.contrib.socks.SOCKSConnection Class Reference
Inheritance diagram for pip._vendor.urllib3.contrib.socks.SOCKSConnection:
Inheritance graph
[legend]
Collaboration diagram for pip._vendor.urllib3.contrib.socks.SOCKSConnection:
Collaboration graph
[legend]

Public Member Functions

 __init__ (self, *args, **kwargs)
 
- Public Member Functions inherited from pip._vendor.urllib3.connection.HTTPConnection
 host (self)
 
 host (self, value)
 
 connect (self)
 
 putrequest (self, method, url, *args, **kwargs)
 
 putheader (self, header, *values)
 
 request (self, method, url, body=None, headers=None)
 
 request_chunked (self, method, url, body=None, headers=None)
 

Public Attributes

 host
 
 port
 
 timeout
 
- Public Attributes inherited from pip._vendor.urllib3.connection.HTTPConnection
 source_address
 
 socket_options
 
 proxy
 
 proxy_config
 
 port
 
 timeout
 
 host
 
 sock
 
 auto_open
 

Protected Member Functions

 _new_conn (self)
 
- Protected Member Functions inherited from pip._vendor.urllib3.connection.HTTPConnection
 _is_using_tunnel (self)
 
 _prepare_conn (self, conn)
 

Protected Attributes

 _socks_options
 
- Protected Attributes inherited from pip._vendor.urllib3.connection.HTTPConnection
 _dns_host
 

Additional Inherited Members

- Static Public Attributes inherited from pip._vendor.urllib3.connection.HTTPConnection
 default_port = port_by_scheme["http"]
 
list default_socket_options = [(socket.IPPROTO_TCP, socket.TCP_NODELAY, 1)]
 
bool is_verified = False
 
 proxy_is_verified = None
 

Detailed Description

A plain-text HTTP connection that connects via a SOCKS proxy.

Constructor & Destructor Documentation

◆ __init__()

pip._vendor.urllib3.contrib.socks.SOCKSConnection.__init__ (   self,
args,
**  kwargs 
)

Member Function Documentation

◆ _new_conn()

pip._vendor.urllib3.contrib.socks.SOCKSConnection._new_conn (   self)
protected
Establish a new connection via the SOCKS proxy.

Reimplemented from pip._vendor.urllib3.connection.HTTPConnection.


The documentation for this class was generated from the following file: