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

Public Member Functions

 __init__ (self, proxy_url, username=None, password=None, num_pools=10, headers=None, **connection_pool_kw)
 
- Public Member Functions inherited from pip._vendor.urllib3.poolmanager.PoolManager
 __enter__ (self)
 
 __exit__ (self, exc_type, exc_val, exc_tb)
 
 clear (self)
 
 connection_from_host (self, host, port=None, scheme="http", pool_kwargs=None)
 
 connection_from_context (self, request_context)
 
 connection_from_pool_key (self, pool_key, request_context=None)
 
 connection_from_url (self, url, pool_kwargs=None)
 
 urlopen (self, method, url, redirect=True, **kw)
 
- Public Member Functions inherited from pip._vendor.urllib3.request.RequestMethods
 request (self, method, url, fields=None, headers=None, **urlopen_kw)
 
 request_encode_url (self, method, url, fields=None, headers=None, **urlopen_kw)
 
 request_encode_body (self, method, url, fields=None, headers=None, encode_multipart=True, multipart_boundary=None, **urlopen_kw)
 

Public Attributes

 proxy_url
 
 pool_classes_by_scheme
 
- Public Attributes inherited from pip._vendor.urllib3.poolmanager.PoolManager
 connection_pool_kw
 
 pools
 
 pool_classes_by_scheme
 
 key_fn_by_scheme
 
- Public Attributes inherited from pip._vendor.urllib3.request.RequestMethods
 headers
 

Static Public Attributes

dict pool_classes_by_scheme
 
- Static Public Attributes inherited from pip._vendor.urllib3.poolmanager.PoolManager
 proxy = None
 
 proxy_config = None
 

Additional Inherited Members

- Protected Member Functions inherited from pip._vendor.urllib3.poolmanager.PoolManager
 _new_pool (self, scheme, host, port, request_context=None)
 
 _merge_pool_kwargs (self, override)
 
 _proxy_requires_url_absolute_form (self, parsed_url)
 
 _validate_proxy_scheme_url_selection (self, url_scheme)
 
- Static Protected Attributes inherited from pip._vendor.urllib3.request.RequestMethods
dict _encode_url_methods = {"DELETE", "GET", "HEAD", "OPTIONS"}
 

Detailed Description

A version of the urllib3 ProxyManager that routes connections via the
defined SOCKS proxy.

Constructor & Destructor Documentation

◆ __init__()

pip._vendor.urllib3.contrib.socks.SOCKSProxyManager.__init__ (   self,
  proxy_url,
  username = None,
  password = None,
  num_pools = 10,
  headers = None,
**  connection_pool_kw 
)

Member Data Documentation

◆ pool_classes_by_scheme

dict pip._vendor.urllib3.contrib.socks.SOCKSProxyManager.pool_classes_by_scheme
static
Initial value:
= {
"http": SOCKSHTTPConnectionPool,
"https": SOCKSHTTPSConnectionPool,
}

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