async_chat.get_terminator() Returns the current terminator for the channel.
socket.close() Mark the socket closed. The underlying system resource (e.g. a file descriptor) is also closed when all file
socket.gethostbyname(hostname) Translate a host name to IPv4 address format. The IPv4 address is returned as a string, such
write(buf) Write the bytes from buf to the memory BIO. The buf argument must be an object supporting the buffer
socket.send(bytes[, flags]) Send data to the socket. The socket must be connected to a remote socket. The optional flags
async_chat.push_with_producer(producer) Takes a producer object and adds it to the producer fifo associated with the channel
socket.sethostname(name) Set the machine’s hostname to name. This will raise an
send(data) Send data to the remote end-point of the socket.
ssl.RAND_egd(path) If you are running an entropy-gathering daemon (EGD) somewhere, and path is the pathname of a socket
socket.listen([backlog]) Enable a server to accept connections. If backlog is specified, it must be at least 0 (if
Page 11 of 22