Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
Description
Java now has a nifty javax.net.ssl.SSLSocketFactory that can produce an SSLSocket from an existing Socket. This will let us create an SSLSocket that has an NIO SocketChannel and get rid of all of the "Old IO" code.