|
Identify Client in Socket Client Server Application
Hi All, I am new in Java. So please help me to this thing.
I created client server application with socket. After the server running then I create several client and connecting to the server. the problem is how to identify which client among the others? For example if I need to transfer an image to a specific client which identity i have to used?
Can I used a socket thread to identify ?
I can not use IP Address of client because an IP (client machine) could run more than one client application.
Thanks in advance.
|