OpenQuizz
Une application de gestion des contenus pédagogiques
SOCKSHTTPConnectionPool Class Reference
Inheritance diagram for SOCKSHTTPConnectionPool:
Collaboration diagram for SOCKSHTTPConnectionPool:

Static Public Attributes

 ConnectionCls
 
- Static Public Attributes inherited from HTTPConnectionPool
 scheme
 
 ConnectionCls
 
 ResponseCls
 
- Static Public Attributes inherited from ConnectionPool
 scheme
 
 QueueCls
 

Additional Inherited Members

- Public Member Functions inherited from HTTPConnectionPool
def __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)
 
def close (self)
 
def is_same_host (self, url)
 
def 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)
 
- Public Member Functions inherited from ConnectionPool
def __init__ (self, host, port=None)
 
def __str__ (self)
 
def __enter__ (self)
 
def __exit__ (self, exc_type, exc_val, exc_tb)
 
- Public Member Functions inherited from RequestMethods
def __init__ (self, headers=None)
 
def urlopen (self, method, url, body=None, headers=None, encode_multipart=True, multipart_boundary=None, **kw)
 
def request (self, method, url, fields=None, headers=None, **urlopen_kw)
 
def request_encode_url (self, method, url, fields=None, headers=None, **urlopen_kw)
 
def request_encode_body (self, method, url, fields=None, headers=None, encode_multipart=True, multipart_boundary=None, **urlopen_kw)
 
- Data Fields inherited from HTTPConnectionPool
 strict
 
 timeout
 
 retries
 
 pool
 
 block
 
 proxy
 
 proxy_headers
 
 proxy_config
 
 num_connections
 
 num_requests
 
 conn_kw
 
- Data Fields inherited from ConnectionPool
 host
 
 port
 
- Data Fields inherited from RequestMethods
 headers
 

Field Documentation

◆ ConnectionCls

ConnectionCls
static

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