SSLSocket.compression() Return the compression algorithm being used as a string, or None if the connection isn’t
class ssl.SSLObject A reduced-scope variant of SSLSocket representing an SSL protocol instance that does not contain
socket.recvfrom(bufsize[, flags]) Receive data from the socket. The return value is a pair (bytes, address) where
SSLSocket.getpeercert(binary_form=False) If there is no certificate for the peer on the other end of the connection, return
SSLSocket.read(len=1024, buffer=None) Read up to len bytes of data from the SSL socket and return the result as a bytes
socket.getservbyport(port[, protocolname]) Translate an Internet port number and protocol name to a service name for that service
class asyncore.dispatcher_with_send A dispatcher subclass which adds simple buffered output capability, useful
SSLContext.set_ecdh_curve(curve_name) Set the curve name for Elliptic Curve-based Diffie-Hellman (ECDH) key exchange. ECDH is
asyncore.loop([timeout[, use_poll[, map[, count]]]]) Enter a polling loop that terminates after count passes or all open channels
signal.siginterrupt(signalnum, flag) Change system call restart behaviour: if flag is
Page 17 of 22