Searched refs:resumingSession (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/security/ssl/
H A DServerHandshaker.java469 resumingSession = previous.isRejoinable();
471 if (resumingSession) {
475 resumingSession = false;
479 if (resumingSession &&
484 resumingSession = false;
489 if (resumingSession) {
516 resumingSession = false;
527 resumingSession = false;
538 if (resumingSession) {
545 resumingSession
[all...]
H A DClientHandshaker.java544 resumingSession = true;
560 if (resumingSession && session != null) {
1047 if (resumingSession) {
1053 if (!resumingSession) {
H A DHandshaker.java136 boolean resumingSession; field in class:Handshaker

Completed in 231 milliseconds