handle_accept() Called on listening channels (passive openers) when a connection can be established with a new remote endpoint
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
SSLSocket.selected_alpn_protocol() Return the protocol that was selected during the TLS handshake. If SSLContext.set_
signal.signal(signalnum, handler) Set the handler for signal signalnum to the function handler. handler
close() Closes the mmap. Subsequent calls to other methods of the object will result in a ValueError exception being raised
New in version 3.4. Source code:
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.set_inheritable(inheritable) Set the
Page 1 of 22