jdk/src/share/classes/sun/security/ssl/HandshakeOutStream.java
changeset 21278 ef8a3a2a72f2
parent 14664 e71aa0962e70
child 23010 6dadb192ad81
equal deleted inserted replaced
21277:bd380b80f9ea 21278:ef8a3a2a72f2
   137     }
   137     }
   138 
   138 
   139     /*
   139     /*
   140      * Tell the OutputRecord that a finished message was
   140      * Tell the OutputRecord that a finished message was
   141      * contained either in this record or the one immeiately
   141      * contained either in this record or the one immeiately
   142      * preceeding it.  We need to reliably pass back notifications
   142      * preceding it.  We need to reliably pass back notifications
   143      * that a finish message occured.
   143      * that a finish message occurred.
   144      */
   144      */
   145     void setFinishedMsg() {
   145     void setFinishedMsg() {
   146         assert(socket == null);
   146         assert(socket == null);
   147 
   147 
   148         ((EngineOutputRecord)r).setFinishedMsg();
   148         ((EngineOutputRecord)r).setFinishedMsg();