class socketserver.ThreadingMixIn Forking and threading versions of each type of server can be created using these mix-in classes
shutdown() Tell the serve_forever() loop to stop and wait until it does.
HTTPResponse.read([amt]) Reads and returns the response body, or up to the next amt bytes.
class ipaddress.IPv4Address(address) Construct an IPv4 address. An AddressValueError is raised if address
is_private
is_loopback
CacheFTPHandler.setMaxConns(m) Set maximum number of cached connections to m.
wsgiref.util.is_hop_by_hop(header_name) Return true if ‘header_name’ is an HTTP/1.1 “Hop-by-Hop” header, as defined by
class imaplib.IMAP4_stream(command) This is a subclass derived from IMAP4 that connects to the stdin/stdout
class socketserver.ForkingTCPServer class socketserver.ForkingUDPServer class socketserver.ThreadingTCPServer
Page 72 of 80