/* */ try
/* */ {
/* 189 */ if (this.serverContext != null)
/* */ {
/* 191 */ HttpServer httpServer = this.serverContext.getHttpServer();
/* 192 */ httpServer.destroy(this.serverContext, this);
/* */ }
/* */ }
/* */ catch (Exception ex)
/* */ {
/* 197 */ this.log.error("Cannot stop endpoint", ex);