Qucs-S S-parameter Viewer & RF Synthesis Tools
Loading...
Searching...
No Matches
pip._vendor.urllib3.contrib.socks.SOCKSHTTPSConnection Class Reference
Inheritance diagram for pip._vendor.urllib3.contrib.socks.SOCKSHTTPSConnection:
Inheritance graph
[legend]
Collaboration diagram for pip._vendor.urllib3.contrib.socks.SOCKSHTTPSConnection:
Collaboration graph
[legend]

Additional Inherited Members

- Public Member Functions inherited from pip._vendor.urllib3.contrib.socks.SOCKSConnection
 __init__ (self, *args, **kwargs)
 
- Public Member Functions inherited from pip._vendor.urllib3.connection.HTTPConnection
 host (self)
 
 host (self, value)
 
 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 Member Functions inherited from pip._vendor.urllib3.connection.HTTPSConnection
 __init__ (self, host, port=None, key_file=None, cert_file=None, key_password=None, strict=None, timeout=socket._GLOBAL_DEFAULT_TIMEOUT, ssl_context=None, server_hostname=None, **kw)
 
 set_cert (self, key_file=None, cert_file=None, cert_reqs=None, key_password=None, ca_certs=None, assert_hostname=None, assert_fingerprint=None, ca_cert_dir=None, ca_cert_data=None)
 
 connect (self)
 
- Public Attributes inherited from pip._vendor.urllib3.contrib.socks.SOCKSConnection
 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
 
- Public Attributes inherited from pip._vendor.urllib3.connection.HTTPSConnection
 key_file
 
 cert_file
 
 key_password
 
 ssl_context
 
 server_hostname
 
 assert_hostname
 
 sock
 
 auto_open
 
 host
 
 is_verified
 
 proxy_is_verified
 
- 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
 
- Static Public Attributes inherited from pip._vendor.urllib3.connection.HTTPSConnection
 default_port = port_by_scheme["https"]
 
 cert_reqs = None
 
 ca_certs = None
 
 ca_cert_dir = None
 
 ca_cert_data = None
 
 ssl_version = None
 
 assert_fingerprint = None
 
bool tls_in_tls_required = False
 
- Protected Member Functions inherited from pip._vendor.urllib3.contrib.socks.SOCKSConnection
 _new_conn (self)
 
- Protected Member Functions inherited from pip._vendor.urllib3.connection.HTTPConnection
 _is_using_tunnel (self)
 
 _prepare_conn (self, conn)
 
- Protected Member Functions inherited from pip._vendor.urllib3.connection.HTTPSConnection
 _connect_tls_proxy (self, hostname, conn)
 
- Protected Attributes inherited from pip._vendor.urllib3.contrib.socks.SOCKSConnection
 _socks_options
 
- Protected Attributes inherited from pip._vendor.urllib3.connection.HTTPConnection
 _dns_host
 
- Protected Attributes inherited from pip._vendor.urllib3.connection.HTTPSConnection
 _protocol
 

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