Hi, I am wondering if it is possible to "transfer" a Socket connection to another ServerSocket?
So, say I listen for a connection on ServerSocket with port 1111. A connection is established, I know want to use a ServerSocket with port 2222 to handle this connection. Is he possible without listening for a new connection on that port?