Searched refs:getSessionId (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/security/ssl/
H A DSSLSessionContextImpl.java181 sessionCache.put(s.getSessionId(), s);
H A DSSLSessionImpl.java299 SessionId getSessionId() { method in class:SSLSessionImpl
367 sess.getSessionId()));
H A DClientHandshaker.java483 if (session.getSessionId().equals(mesg.sessionId)) {
1110 SessionId sessionId = SSLSessionImpl.nullSession.getSessionId();
1163 sessionId = session.getSessionId();
H A DServerHandshaker.java641 m1.sessionId = session.getSessionId();

Completed in 66 milliseconds