asynchat.async_chat
  • References/Python/Python/Networking

class asynchat.async_chat This class is an abstract subclass of

2025-01-10 15:47:30
ssl.SSLContext.load_default_certs()
  • References/Python/Python/Networking

SSLContext.load_default_certs(purpose=Purpose.SERVER_AUTH) Load a set of default “certification authority” (CA) certificates

2025-01-10 15:47:30
socket.socket.recv()
  • References/Python/Python/Networking

socket.recv(bufsize[, flags]) Receive data from the socket. The return value is a bytes object representing the data received

2025-01-10 15:47:30
socket.inet_ntoa()
  • References/Python/Python/Networking

socket.inet_ntoa(packed_ip) Convert a 32-bit packed IPv4 address (a bytes-like object

2025-01-10 15:47:30
ssl.SSLSocket.pending()
  • References/Python/Python/Networking

SSLSocket.pending() Returns the number of already decrypted bytes available for read, pending on the connection.

2025-01-10 15:47:30
ssl.SSLContext.set_servername_callback()
  • References/Python/Python/Networking

SSLContext.set_servername_callback(server_name_callback) Register a callback function that will be called after the TLS Client

2025-01-10 15:47:30
ssl.RAND_pseudo_bytes()
  • References/Python/Python/Networking

ssl.RAND_pseudo_bytes(num) Return (bytes, is_cryptographic): bytes are num pseudo-random bytes, is_cryptographic is

2025-01-10 15:47:30
ssl.enum_certificates()
  • References/Python/Python/Networking

ssl.enum_certificates(store_name) Retrieve certificates from Windows’ system cert store. store_name may be one of CA

2025-01-10 15:47:30
signal.setitimer()
  • References/Python/Python/Networking

signal.setitimer(which, seconds[, interval]) Sets given interval timer (one of signal.ITIMER_REAL, signal

2025-01-10 15:47:30
ssl.MemoryBIO.write()
  • References/Python/Python/Networking

write(buf) Write the bytes from buf to the memory BIO. The buf argument must be an object supporting the buffer

2025-01-10 15:47:30