Beispiel #1
0
 @Override
 public void notifyError(SSHException error) {
   err.notifyError(error);
   super.notifyError(error);
 }
Beispiel #2
0
 @Override
 protected void eofInputStreams() {
   err.eof(); // also close the stderr stream
   super.eofInputStreams();
 }