示例#1
0
 public void onTimeout(Interest interest)
 {
     try {
         outer_Producer.handleTimeout(interest, timeSlot, onEncryptedKeys, onError);
     } catch (IOException ex) {
         net.named_data.jndn.encrypt.Producer.logger_.log(ILOG.J2CsMapping.Util.Logging.Level.SEVERE, null, ex);
     }
 }