341342343344345346347348349350351
} final AbstractMessageHandler handler = this.handler; if(handler != null) { // discard all active operations handler.shutdownNow(); } if (!shutdown.get()) { //The remote host went down, try reconnecting new Thread(new Runnable() {