AsyncSocket.accept

Submits an asynchronous request on this socket to accept an incoming connection. Upon successful acceptance of such a connection onAccept will be called with a new AsyncSocket representing the peer.

class AsyncSocket
nothrow
void
accept

See Also

listen

Meta