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

/openjdk7/jdk/src/share/classes/sun/security/ssl/
H A DEngineInputRecord.java45 final class EngineInputRecord extends InputRecord { class in inherits:InputRecord
62 EngineInputRecord(SSLEngineImpl engine) { method in class:EngineInputRecord
H A DSSLEngineImpl.java66 * that they are overridden with EngineInputRecord/EngineOutputRecord,
71 * EngineInputRecord/EngineOutputRecord/EngineWriter:
81 * EngineInputRecord/EngineOutputRecord. However, all handshake
246 EngineInputRecord inputRecord;
407 inputRecord = new EngineInputRecord(this);
918 * the majority of this to EngineInputRecord, but there's too much

Completed in 34 milliseconds