socket.sendall(bytes[, flags]) Send data to the socket. The socket must be connected to a remote socket. The optional flags
exception ssl.SSLWantWriteError A subclass of SSLError raised by a non-blocking SSL socket when trying
SSLContext.load_dh_params(dhfile) Load the key generation parameters for Diffie-Helman (DH) key exchange. Using DH key exchange
class ssl.SSLContext(protocol) Create a new SSL context. You must pass protocol which must be one of the PROTOCOL_*
socket.if_nameindex() Return a list of network interface information (index int, name string) tuples.
socket.makefile(mode='r', buffering=None, *, encoding=None, errors=None, newline=None) Return a file
SSLSocket.do_handshake() Perform the SSL setup handshake.
socket.recvfrom_into(buffer[, nbytes[, flags]]) Receive data from the socket, writing it into buffer instead of creating
close() Close the socket. All future operations on the socket object will fail. The remote end-point will receive no more data
socket.connect_ex(address) Like connect(address), but return an error indicator instead of raising an exception
Page 10 of 22