Usage:
ClSock is get_client(SrvSock)
Returns a client socket of the remote host which has made a connection to the server socket SrvSock
SrvSock server socket
object
Examples:
?- SrvSock is server_socket("localhost",
8080),
...
ClSock is get_client(SrvSock)
See also:
server_socket