handle_accept() Called on listening channels (passive openers) when a connection can be established with a new remote endpoint
ssl.OP_NO_SSLv3 Prevents an SSLv3 connection. This option is only applicable in conjunction with PROTOCOL_SSLv23
SSLContext.protocol The protocol version chosen when constructing the context. This attribute is read-only.
SSLSocket.server_side A boolean which is True for server-side sockets and False for client-side sockets
ssl.match_hostname(cert, hostname) Verify that cert (in decoded format as returned by SSLSocket.getpeercert())
class asyncore.file_dispatcher A file_dispatcher takes a file descriptor or file object
close() Closes the mmap. Subsequent calls to other methods of the object will result in a ValueError exception being raised
socket.fileno() Return the socket’s file descriptor (a small integer), or -1 on failure. This is useful with
recv(buffer_size) Read at most buffer_size bytes from the socket’s remote end-point. An empty bytes object implies
SSLSocket.server_hostname Hostname of the server:
Page 1 of 22