| Article: |
Using SSL with Non-Blocking IO | |
| Subject: | beginHandshake | |
| Date: | 2006-08-03 08:28:53 | |
| From: | FiHa | |
|
per documentation: "This method is not needed for the initial handshake, as the wrap() and unwrap() methods will implicitly call this method if handshaking has not already begun."
|
||
Showing messages 1 through 1 of 1.
-
beginHandshake
2006-08-03 16:27:49 FiHa [View]
not true, you need to call it unless you start with calling wrap/unwrap depending on if you are server or client


