socket.gettimeout() Return the timeout in seconds (float) associated with socket operations, or None if no timeout
socket.ntohl(x) Convert 32-bit positive integers from network to host byte order. On machines where the host byte order is the
socket.dup() Duplicate the socket. The newly created socket is
exception ssl.SSLWantWriteError A subclass of SSLError raised by a non-blocking SSL socket when trying
socket.htonl(x) Convert 32-bit positive integers from host to network byte order. On machines where the host byte order is the
socket.SocketType This is a Python type object that represents the socket object type. It is the same as type(socket(
write_eof() Write an EOF marker to the memory BIO. After this method has been called, it is illegal to call write()
async_chat.push_with_producer(producer) Takes a producer object and adds it to the producer fifo associated with the channel
handle_write() Called when the asynchronous loop detects that a writable socket can be written. Often this method will implement
library A string mnemonic designating the OpenSSL submodule in which the error occurred, such as SSL, PEM
Page 8 of 22