exception socket.timeout A subclass of
class mmap.mmap(fileno, length, tagname=None, access=ACCESS_DEFAULT[, offset]) (Windows version) Maps length
socket.shutdown(how) Shut down one or both halves of the connection. If how is SHUT_RD, further receives
socket.recv_into(buffer[, nbytes[, flags]]) Receive up to nbytes bytes from the socket, storing the data into a buffer
SSLContext.protocol The protocol version chosen when constructing the context. This attribute is read-only.
async_chat.collect_incoming_data(data) Called with data holding an arbitrary amount of received data. The default method
signal.signal(signalnum, handler) Set the handler for signal signalnum to the function handler. handler
ssl.OP_NO_SSLv3 Prevents an SSLv3 connection. This option is only applicable in conjunction with PROTOCOL_SSLv23
socket.type The socket type.
close() Closes the mmap. Subsequent calls to other methods of the object will result in a ValueError exception being raised
Page 1 of 22