acceptIostream

open fun acceptIostream(stream: <Error class: unknown class>, localAddr: <Error class: unknown class>? = null, remoteAddr: <Error class: unknown class>? = null): <Error class: unknown class><Boolean>

Adds a new client stream to the @server.

Return

true on success, false if the stream could not be accepted or any other error occurred (in which case @error will be set).

Parameters

stream

a #GIOStream

localAddr

the local #GSocketAddress associated with the

remoteAddr

the remote #GSocketAddress associated with the