Searched defs:writeRecord (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/security/ssl/
H A DEngineWriter.java100 * other writeRecord.
102 synchronized void writeRecord(EngineOutputRecord outputRecord, method in class:EngineWriter
148 * the other writeRecord.
154 synchronized HandshakeStatus writeRecord( method in class:EngineWriter
H A DSSLEngineImpl.java700 // SSLSocketImpl.writeRecord() to send it.
1234 hsStatus = writeRecord(outputRecord, ea);
1245 * writeRecord might have reported some status.
1260 private HandshakeStatus writeRecord(EngineOutputRecord eor, method in class:SSLEngineImpl
1265 writer.writeRecord(eor, ea, writeMAC, writeCipher);
1318 void writeRecord(EngineOutputRecord eor) throws IOException { method in class:SSLEngineImpl
1320 writer.writeRecord(eor, writeMAC, writeCipher);
1800 writeRecord(r);
H A DSSLSocketImpl.java668 * All other writeRecord() calls will not buffer, so do not hold
671 void writeRecord(OutputRecord r) throws IOException { method in class:SSLSocketImpl
672 writeRecord(r, false);
682 void writeRecord(OutputRecord r, boolean holdRecord) throws IOException { method in class:SSLSocketImpl
1410 // SSLSocketImpl.writeRecord() to send it.
2005 writeRecord(r);

Completed in 41 milliseconds