Next: Sockets.AbstractSocket-testing, Previous: Sockets.AbstractSocket-socket options, Up: Sockets.AbstractSocket [Index]
By default, answer whether the connection is still open.
Read another character from the socket, failing if the connection is dead.
Write ‘char’ to the socket, failing if the connection is dead. The SIGPIPE signal is automatically caught and ignored by the system.
Write ‘char’ to the socket, failing if the connection is dead. The SIGPIPE signal is automatically caught and ignored by the system.