accept_io_stream
Description:
[ Version ( since = "3.26" ) ]
public void accept_io_stream (IOStream io_stream)
This function accepts io_stream
as a new client to the Server by wrapping it
in a Client and starting the message accept loop.
Parameters:
this |
A Server
|
io_stream |
A IOStream
|