async_chat.found_terminator() Called when the incoming data stream matches the termination condition set by set_terminator()
read([n]) Return a
SSLContext.cert_store_stats() Get statistics about quantities of loaded X.509 certificates, count of X.509 certificates flagged
SSLContext.set_ciphers(ciphers) Set the available ciphers for sockets created with this context. It should be a string in the
send(data) Send data to the remote end-point of the socket.
socket.fromshare(data) Instantiate a socket from data obtained from the socket.share() method. The socket is assumed
socket.inet_ntop(address_family, packed_ip) Convert a packed IP address (a bytes-like object
socket.listen([backlog]) Enable a server to accept connections. If backlog is specified, it must be at least 0 (if
socket.recvmsg_into(buffers[, ancbufsize[, flags]]) Receive normal data and ancillary data from the socket, behaving as recvmsg()
async_chat.get_terminator() Returns the current terminator for the channel.
Page 11 of 22