I'm trying to send and receive messages over sockets using non-blocking sockets. I found the following example (http://www.exampledepot.com/egs/java.nio/NbClientSocket.html):

{code}
// Creates a...