netdata
Public Member Functions | Public Attributes | Static Public Attributes | List of all members
python_modules.urllib3.connectionpool.ConnectionPool Class Reference
Inheritance diagram for python_modules.urllib3.connectionpool.ConnectionPool:
python_modules.urllib3.connectionpool.HTTPConnectionPool python_modules.urllib3.connectionpool.HTTPSConnectionPool

Public Member Functions

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

Public Attributes

 host
 
 port
 

Static Public Attributes

 scheme
 
 QueueCls
 

Detailed Description

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

Member Function Documentation

§ close()

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

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