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

Public Member Functions

 __init__ (self, connection, socket, suppress_ragged_eofs=True)
 
 fileno (self)
 
 recv (self, *args, **kwargs)
 
 recv_into (self, *args, **kwargs)
 
 settimeout (self, timeout)
 
 sendall (self, data)
 
 shutdown (self)
 
 close (self)
 
 getpeercert (self, binary_form=False)
 
 version (self)
 

Public Attributes

 connection
 
 socket
 
 suppress_ragged_eofs
 

Protected Member Functions

 _decref_socketios (self)
 
 _send_until_done (self, data)
 
 _reuse (self)
 
 _drop (self)
 

Protected Attributes

 _makefile_refs
 
 _closed
 

Detailed Description

API-compatibility wrapper for Python OpenSSL's Connection-class.

Note: _makefile_refs, _drop() and _reuse() are needed for the garbage
collector of pypy.

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