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

Public Member Functions

 __init__ (self, host, port=None)
 
 __str__ (self)
 
 __enter__ (self)
 
 __exit__ (self, exc_type, exc_val, exc_tb)
 
 close (self)
 

Public Attributes

 host
 
 port
 

Static Public Attributes

 scheme = None
 
 QueueCls = LifoQueue
 

Protected Attributes

 _proxy_host
 

Detailed Description

Base class for all connection pools, such as
:class:`.HTTPConnectionPool` and :class:`.HTTPSConnectionPool`.

.. note::
   ConnectionPool.urlopen() does not normalize or percent-encode target URIs
   which is useful if your target server doesn't support percent-encoded
   target URIs.

Member Function Documentation

◆ close()

pip._vendor.urllib3.connectionpool.ConnectionPool.close (   self)
Close all pooled connections and disable the pool.

Reimplemented in pip._vendor.urllib3.connectionpool.HTTPConnectionPool.


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