async_chat.push(data) Pushes data on to the channel’s fifo to ensure its transmission. This is all you need to do to have the
socket.shutdown(how) Shut down one or both halves of the connection. If how is SHUT_RD, further receives
exception socket.timeout A subclass of
read_byte() Returns a byte at the current file position as an integer, and advances the file position by 1.
handle_accept() Called on listening channels (passive openers) when a connection can be established with a new remote endpoint
socket.fileno() Return the socket’s file descriptor (a small integer), or -1 on failure. This is useful with
class mmap.mmap(fileno, length, tagname=None, access=ACCESS_DEFAULT[, offset]) (Windows version) Maps length
SSLContext.protocol The protocol version chosen when constructing the context. This attribute is read-only.
exception ssl.SSLEOFError A subclass of SSLError raised when the SSL connection has been terminated abruptly. Generally
socket.recv_into(buffer[, nbytes[, flags]]) Receive up to nbytes bytes from the socket, storing the data into a buffer
Page 1 of 22