async_chat.set_terminator(term) Sets the terminating condition to be recognized on the channel. term may be any
socket.ioctl(control, option)
move(dest, src, count) Copy the count bytes starting at offset src to the destination index dest
create_socket(family=socket.AF_INET, type=socket.SOCK_STREAM) This is identical to the creation of a normal socket, and will
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
socket.setblocking(flag) Set blocking or non-blocking mode of the socket: if flag is false, the socket is set to non-blocking
socket.recvfrom(bufsize[, flags]) Receive data from the socket. The return value is a pair (bytes, address) where
SSLContext.check_hostname Whether to match the peer cert’s hostname with match_hostname() in SSLSocket.d
ssl.get_server_certificate(addr, ssl_version=PROTOCOL_SSLv23, ca_certs=None) Given the address addr of an SSL-protected
Page 16 of 22