IConnectionHandler.assign

Accepts a pending connection from listening_socket and assigns it to the socket of this instance.

class IConnectionHandler
void
assign

Parameters

listening_socket ISelectable

the listening server socket for which a client connection is pending

Meta