accept_iostream
Description:
[ Version ( since = "2.50" ) ]
public bool accept_iostream (IOStream stream, SocketAddress? local_addr, SocketAddress? remote_addr) throws Error
public bool accept_iostream (IOStream stream, SocketAddress? local_addr, SocketAddress? remote_addr) throws Error
Add a new client stream to the this.
Parameters:
this |
a Server |
stream |
a IOStream |
local_addr |
the local SocketAddress associated with the |
remote_addr |
the remote SocketAddress associated with the |
Returns:
|