class asyncore.dispatcher_with_send A dispatcher subclass which adds simple buffered output capability, useful
ssl.get_server_certificate(addr, ssl_version=PROTOCOL_SSLv23, ca_certs=None) Given the address addr of an SSL-protected
create_socket(family=socket.AF_INET, type=socket.SOCK_STREAM) This is identical to the creation of a normal socket, and will
SSLSocket.write(buf) Write buf to the SSL socket and return the number of bytes written. The buf argument
socket.getservbyport(port[, protocolname]) Translate an Internet port number and protocol name to a service name for that service
socket.ioctl(control, option)
async_chat.set_terminator(term) Sets the terminating condition to be recognized on the channel. term may be any
socket.socket(family=AF_INET, type=SOCK_STREAM, proto=0, fileno=None) Create a new socket using the given address family, socket
signal.siginterrupt(signalnum, flag) Change system call restart behaviour: if flag is
socket.recvfrom(bufsize[, flags]) Receive data from the socket. The return value is a pair (bytes, address) where
Page 15 of 22