Searched refs:readRecord (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/security/ssl/
H A DSSLSocketImpl.java284 * The readLock is held during readRecord(), which is responsible
884 readRecord(r, true);
897 private void readRecord(InputRecord r, boolean needAppData) method in class:SSLSocketImpl
1312 readRecord(inrec, false);
1544 * (which calls readRecord()) might be called.
1705 readRecord(inrec, true);
H A DSSLEngineImpl.java564 * Synchronized on "this" from readRecord.
601 * Also synchronized on "this" from readRecord/delegatedTask.
884 hsStatus = readRecord(ea);
888 SSLException ex = new SSLException("readRecord");
921 private HandshakeStatus readRecord(EngineArgs ea) throws IOException { method in class:SSLEngineImpl

Completed in 39 milliseconds