asynchat.async_chat.found_terminator()
  • References/Python/Python/Networking

async_chat.found_terminator() Called when the incoming data stream matches the termination condition set by set_terminator()

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

read([n]) Return a

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

SSLContext.cert_store_stats() Get statistics about quantities of loaded X.509 certificates, count of X.509 certificates flagged

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

SSLContext.set_ciphers(ciphers) Set the available ciphers for sockets created with this context. It should be a string in the

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

send(data) Send data to the remote end-point of the socket.

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

socket.fromshare(data) Instantiate a socket from data obtained from the socket.share() method. The socket is assumed

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

socket.inet_ntop(address_family, packed_ip) Convert a packed IP address (a bytes-like object

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

socket.listen([backlog]) Enable a server to accept connections. If backlog is specified, it must be at least 0 (if

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

socket.recvmsg_into(buffers[, ancbufsize[, flags]]) Receive normal data and ancillary data from the socket, behaving as recvmsg()

2025-01-10 15:47:30
asynchat.async_chat.get_terminator()
  • References/Python/Python/Networking

async_chat.get_terminator() Returns the current terminator for the channel.

2025-01-10 15:47:30