View Single Post
  #2 (permalink)  
Old 03-14-2008, 08:58 PM
hardwired hardwired is offline
Senior Member
 
Join Date: Jul 2007
Posts: 1,189
hardwired is on a distinguished road
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
Reply With Quote