How do you send several sockets in a queue?

How do send several sockets in a queue to the receiving client side? I want to send several outputstreams but realised that it can't be done, I heard somewhere that these streams could be sent through many sockets in a queue. So anybody knows please kindly reply. Thanks.zad.
[298 byte] By [zadpower] at [2007-9-26 2:43:27]
# 1
Huh?There is no way to send a socket to a client.You can send data via a socket to a client.By definition a server doesn't initiate conversations with a client. So if your client opens several connections with your server then each should be in a thread.
jschell at 2007-6-29 10:22:09 > top of Java-index,Core,Core APIs...