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

/openjdk7/jdk/src/share/classes/sun/security/ssl/
H A DSSLSessionImpl.java83 static final SSLSessionImpl nullSession = new SSLSessionImpl(); field in class:SSLSessionImpl
603 if (this == nullSession) {
H A DClientHandshaker.java1110 SessionId sessionId = SSLSessionImpl.nullSession.getSessionId();
H A DSSLEngineImpl.java355 sess = SSLSessionImpl.nullSession;
H A DSSLSocketImpl.java551 sess = SSLSessionImpl.nullSession;
2173 // handshake failed. log and return a nullSession

Completed in 70 milliseconds