![]() |
Qucs-S S-parameter Viewer & RF Synthesis Tools
|


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 | |
A plain-text HTTP connection that connects via a SOCKS proxy.
| pip._vendor.urllib3.contrib.socks.SOCKSConnection.__init__ | ( | self, | |
| * | args, | ||
| ** | kwargs | ||
| ) |
Reimplemented from pip._vendor.urllib3.connection.HTTPConnection.
|
protected |
Establish a new connection via the SOCKS proxy.
Reimplemented from pip._vendor.urllib3.connection.HTTPConnection.