pkwooster did some pioneering work with Sockets at the Sun forums.
He left some examples that are now in the archives.
Here are some links that may be helpful:
Taming the NIO circus
NIO Client Example
Multithreaded Server Example // w/fixes
Simple Socket Client
// compatible with:
Simple Socket Server
Socket Example using Java 5
NIO Server Example // w/update to NIOConnection class