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

/openjdk7/jdk/src/share/classes/sun/security/ssl/
H A DInputRecord.java57 class InputRecord extends ByteArrayInputStream implements Record { class in inherits:ByteArrayInputStream,Record
83 InputRecord() { method in class:InputRecord
358 void queueHandshake(InputRecord r) throws IOException {
537 throw new SSLProtocolException("Bad InputRecord size"
568 + ", Bad InputRecord size" + ", count = " + count);
816 * Called from InputRecord and OutputRecord.

Completed in 28 milliseconds