Previous: Sockets.Socket class-well known ports, Up: Sockets.Socket [Index]
Answer whether more data is available in the socket’s read buffer or from the operating system.
Answer whether more data is available in the socket’s read buffer or from the operating system.
Flush the write buffer to the operating system
Write aString to the socket; this acts as a bit-bucket when the socket is closed. This might yield control to other Smalltalk Processes.
Write a character to the socket; this acts as a bit-bucket when the socket is closed. This might yield control to other Smalltalk Processes.
Create a new write buffer of the given size, flushing the old one is needed. This might yield control to other Smalltalk Processes.