| __init__(self, host, port=None, strict=False, timeout=Timeout.DEFAULT_TIMEOUT, maxsize=1, block=False, headers=None, retries=None, _proxy=None, _proxy_headers=None, _proxy_config=None, **conn_kw) (defined in pip._vendor.urllib3.connectionpool.HTTPConnectionPool) | pip._vendor.urllib3.connectionpool.HTTPConnectionPool | |
| _absolute_url(self, path) (defined in pip._vendor.urllib3.connectionpool.HTTPConnectionPool) | pip._vendor.urllib3.connectionpool.HTTPConnectionPool | protected |
| _get_conn(self, timeout=None) | pip._vendor.urllib3.connectionpool.HTTPConnectionPool | protected |
| _get_timeout(self, timeout) | pip._vendor.urllib3.connectionpool.HTTPConnectionPool | protected |
| _make_request(self, conn, method, url, timeout=_Default, chunked=False, **httplib_request_kw) | pip._vendor.urllib3.connectionpool.HTTPConnectionPool | protected |
| _new_conn(self) | pip._vendor.urllib3.connectionpool.HTTPConnectionPool | protected |
| _prepare_proxy(self, conn) (defined in pip._vendor.urllib3.connectionpool.HTTPConnectionPool) | pip._vendor.urllib3.connectionpool.HTTPConnectionPool | protected |
| _put_conn(self, conn) | pip._vendor.urllib3.connectionpool.HTTPConnectionPool | protected |
| _raise_timeout(self, err, url, timeout_value) | pip._vendor.urllib3.connectionpool.HTTPConnectionPool | protected |
| _validate_conn(self, conn) | pip._vendor.urllib3.connectionpool.HTTPConnectionPool | protected |
| block (defined in pip._vendor.urllib3.connectionpool.HTTPConnectionPool) | pip._vendor.urllib3.connectionpool.HTTPConnectionPool | |
| close(self) | pip._vendor.urllib3.connectionpool.HTTPConnectionPool | |
| conn_kw (defined in pip._vendor.urllib3.connectionpool.HTTPConnectionPool) | pip._vendor.urllib3.connectionpool.HTTPConnectionPool | |
| ConnectionCls (defined in pip._vendor.urllib3.connectionpool.HTTPConnectionPool) | pip._vendor.urllib3.connectionpool.HTTPConnectionPool | static |
| host (defined in pip._vendor.urllib3.connectionpool.HTTPConnectionPool) | pip._vendor.urllib3.connectionpool.HTTPConnectionPool | |
| is_same_host(self, url) | pip._vendor.urllib3.connectionpool.HTTPConnectionPool | |
| num_connections (defined in pip._vendor.urllib3.connectionpool.HTTPConnectionPool) | pip._vendor.urllib3.connectionpool.HTTPConnectionPool | |
| num_requests (defined in pip._vendor.urllib3.connectionpool.HTTPConnectionPool) | pip._vendor.urllib3.connectionpool.HTTPConnectionPool | |
| pool (defined in pip._vendor.urllib3.connectionpool.HTTPConnectionPool) | pip._vendor.urllib3.connectionpool.HTTPConnectionPool | |
| port (defined in pip._vendor.urllib3.connectionpool.HTTPConnectionPool) | pip._vendor.urllib3.connectionpool.HTTPConnectionPool | |
| proxy (defined in pip._vendor.urllib3.connectionpool.HTTPConnectionPool) | pip._vendor.urllib3.connectionpool.HTTPConnectionPool | |
| proxy_config (defined in pip._vendor.urllib3.connectionpool.HTTPConnectionPool) | pip._vendor.urllib3.connectionpool.HTTPConnectionPool | |
| proxy_headers (defined in pip._vendor.urllib3.connectionpool.HTTPConnectionPool) | pip._vendor.urllib3.connectionpool.HTTPConnectionPool | |
| ResponseCls (defined in pip._vendor.urllib3.connectionpool.HTTPConnectionPool) | pip._vendor.urllib3.connectionpool.HTTPConnectionPool | static |
| retries (defined in pip._vendor.urllib3.connectionpool.HTTPConnectionPool) | pip._vendor.urllib3.connectionpool.HTTPConnectionPool | |
| scheme (defined in pip._vendor.urllib3.connectionpool.HTTPConnectionPool) | pip._vendor.urllib3.connectionpool.HTTPConnectionPool | static |
| scheme (defined in pip._vendor.urllib3.connectionpool.HTTPConnectionPool) | pip._vendor.urllib3.connectionpool.HTTPConnectionPool | |
| strict (defined in pip._vendor.urllib3.connectionpool.HTTPConnectionPool) | pip._vendor.urllib3.connectionpool.HTTPConnectionPool | |
| timeout (defined in pip._vendor.urllib3.connectionpool.HTTPConnectionPool) | pip._vendor.urllib3.connectionpool.HTTPConnectionPool | |
| urlopen(self, method, url, body=None, headers=None, retries=None, redirect=True, assert_same_host=True, timeout=_Default, pool_timeout=None, release_conn=None, chunked=False, body_pos=None, **response_kw) | pip._vendor.urllib3.connectionpool.HTTPConnectionPool | |