java multiple connections between server and one client

Posted by user1507128 on Stack Overflow See other posts from Stack Overflow or by user1507128
Published on 2012-07-06T15:12:41Z Indexed on 2012/07/06 15:15 UTC
Read the original article Hit count: 108

Filed under:
|

I'm trying to make like a skype-instant messager, my idea for it is to have one server which handles multiple connections for the clients. What I now have is a friend list etc, but now I want to create Threads both for server and client to handle a conversation. The problem is that I need multiple connections between a server and one client for every conversation(I think). but i dont think it's possible. Does someone have another way for doing this or maybe a way to make multiple connections between the server and a client?

Thanks for helping me out

PS: English is not my main language so please excuse me for my grammar.

© Stack Overflow or respective owner

Related posts about java

Related posts about networking