View Single Post
  #1 (permalink)  
Old 12-13-2007, 02:39 PM
masadjie masadjie is offline
Member
 
Join Date: Dec 2007
Posts: 1
masadjie is on a distinguished road
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.
Reply With Quote
Sponsored Links