| Did you know ... | Search Documentation: |
| Instance variables |
@receiver The original socket @arg1 The object <-clone’d socket for the new connection.
This message may be used to deny the client access by object->free’ing
the new socket (@arg2).
See also stream->input_message.
|tuple|int*->listen
call will replace the socket<-address
with the actually used port number.@receiver = the socket @arg1 = a new string object holding the data
See also stream<-read_line.
Defaults: The default input_message is @nil.
In this case data may only be read using stream<-read_line.
<-status
of a socket is idle. A server socket waiting for
connections has status listen. An cloned server socket
handling a connection has status accepted and finally, an
open client socket has socket<-status connected.
See also socket->listen,
and socket->connect.