Beispiel #1
0
 @Override
 @OnWebSocketClose
 public void onClose(int statusCode, String reason) {
   if (shell != null) {
     shell.disconnect();
   }
   if (jschSession != null) {
     jschSession.disconnect();
   }
   super.onClose(statusCode, reason);
 }