Searched defs:holdRecord (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/security/ssl/
H A DOutputRecord.java265 void write(OutputStream s, boolean holdRecord, argument
331 if (holdRecord) {
333 * If holdRecord is true, we must have a heldRecordBuffer.
336 * when holdRecord is true, the implementation in this class
H A DSSLSocketImpl.java682 void writeRecord(OutputRecord r, boolean holdRecord) throws IOException { argument
753 writeRecordInternal(r, holdRecord);
801 writeRecordInternal(r, holdRecord);
810 boolean holdRecord) throws IOException {
815 if (holdRecord) {
820 holdRecord = false;
830 r.write(sockOutput, holdRecord, heldRecordBuffer);
809 writeRecordInternal(OutputRecord r, boolean holdRecord) argument

Completed in 35 milliseconds