Searched refs:holdRecord (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/security/ssl/
H A DAppOutputStream.java94 boolean holdRecord = false;
106 holdRecord = true;
122 c.writeRecord(r, holdRecord);
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 50 milliseconds