The easy way to non-blocked sockets

In this article, the author will cover both the client and server side as he describes how to create non-blocking secure connections using the Java Secure Socket Extensions (JSSE) and the Java NIO (new I/O) library, and he will explain the traditional approach to creating a non-blocking socket, as well as an alternative (and necessary) method if you want to use JSSE with NIO.

7 Comments

  1. 2003-10-28 5:24 pm
  2. 2003-10-28 5:52 pm
  3. 2003-10-28 8:50 pm
  4. 2003-10-28 9:47 pm
  5. 2003-10-28 10:56 pm
  6. 2003-10-28 11:31 pm
  7. 2003-10-29 2:31 am