socket.sendall(bytes[, flags]) Send data to the socket. The socket must be connected to a remote socket. The optional flags
socket.inet_ntop(address_family, packed_ip) Convert a packed IP address (a bytes-like object
library A string mnemonic designating the OpenSSL submodule in which the error occurred, such as SSL, PEM
signal.sigwait(sigset) Suspend execution of the calling thread until the delivery of one of the signals specified in the signal
asyncore.loop([timeout[, use_poll[, map[, count]]]]) Enter a polling loop that terminates after count passes or all open channels
socket.setblocking(flag) Set blocking or non-blocking mode of the socket: if flag is false, the socket is set to non-blocking
class ssl.SSLObject A reduced-scope variant of SSLSocket representing an SSL protocol instance that does not contain
socket.CMSG_SPACE(length) Return the buffer size needed for recvmsg() to receive an ancillary data item with associated
SSLContext.wrap_bio(incoming, outgoing, server_side=False, server_hostname=None) Create a new SSLObject instance
class asyncore.file_wrapper A file_wrapper takes an integer file descriptor and calls
Page 14 of 22