ssl.SSLSocket.compression()
  • References/Python/Python/Networking

SSLSocket.compression() Return the compression algorithm being used as a string, or None if the connection isn’t

2025-01-10 15:47:30
ssl.SSLObject
  • References/Python/Python/Networking

class ssl.SSLObject A reduced-scope variant of SSLSocket representing an SSL protocol instance that does not contain

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

socket.recvfrom(bufsize[, flags]) Receive data from the socket. The return value is a pair (bytes, address) where

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

SSLSocket.getpeercert(binary_form=False) If there is no certificate for the peer on the other end of the connection, return

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

SSLSocket.read(len=1024, buffer=None) Read up to len bytes of data from the SSL socket and return the result as a bytes

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

socket.getservbyport(port[, protocolname]) Translate an Internet port number and protocol name to a service name for that service

2025-01-10 15:47:30
asyncore.dispatcher_with_send
  • References/Python/Python/Networking

class asyncore.dispatcher_with_send A dispatcher subclass which adds simple buffered output capability, useful

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

SSLContext.set_ecdh_curve(curve_name) Set the curve name for Elliptic Curve-based Diffie-Hellman (ECDH) key exchange. ECDH is

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

asyncore.loop([timeout[, use_poll[, map[, count]]]]) Enter a polling loop that terminates after count passes or all open channels

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

signal.siginterrupt(signalnum, flag) Change system call restart behaviour: if flag is

2025-01-10 15:47:30