socket.inet_ntop(address_family, packed_ip) Convert a packed IP address (a bytes-like object
handle_write() Called when the asynchronous loop detects that a writable socket can be written. Often this method will implement
socket.listen([backlog]) Enable a server to accept connections. If backlog is specified, it must be at least 0 (if
socket.get_inheritable() Get the
exception ssl.SSLWantReadError A subclass of SSLError raised by a non-blocking SSL socket when trying
socket.has_ipv6 This constant contains a boolean value which indicates if IPv6 is supported on this platform.
socket.getdefaulttimeout() Return the default timeout in seconds (float) for new socket objects. A value of None
connect(address) As with the normal socket object, address is a tuple with the first element the host to connect to
SSLContext.set_npn_protocols(protocols) Specify which protocols the socket should advertise during the SSL/TLS handshake. It
socket.family The socket family.
Page 14 of 22