-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
SSLSocket is an older code based on the plain Java Socket. JSSSocket is a newer code based on Java SSLEngine and should eventually replace SSLSocket. To help the transition, SSLSocket has been modified to extend javax.net.ssl.SSLSocket and JSSSocket has been modified to extend SSLSocket. Once everything is migrated to JSSSocket, the SSLSocket can be deprecated and eventually dropped.
- Loading branch information
Showing
3 changed files
with
89 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters