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

Public Member Functions

 __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 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 Attributes

 key_file
 
 cert_file
 
 key_password
 
 ssl_context
 
 server_hostname
 
 assert_hostname
 
 sock
 
 auto_open
 
 host
 
 is_verified
 
 proxy_is_verified
 
- Public Attributes inherited from pip._vendor.urllib3.connection.HTTPConnection
 source_address
 
 socket_options
 
 proxy
 
 proxy_config
 
 port
 
 timeout
 
 host
 
 sock
 
 auto_open
 

Static Public Attributes

 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
 
- 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
 

Protected Member Functions

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

Protected Attributes

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

Detailed Description

Many of the parameters to this constructor are passed to the underlying SSL
socket by means of :py:func:`urllib3.util.ssl_wrap_socket`.

Constructor & Destructor Documentation

◆ __init__()

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 
)

Member Function Documentation

◆ _connect_tls_proxy()

pip._vendor.urllib3.connection.HTTPSConnection._connect_tls_proxy (   self,
  hostname,
  conn 
)
protected
Establish a TLS connection to the proxy using the provided SSL context.

◆ connect()

pip._vendor.urllib3.connection.HTTPSConnection.connect (   self)

◆ set_cert()

pip._vendor.urllib3.connection.HTTPSConnection.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 
)
This method should only be called once, before the connection is used.

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