Package org.mortbay.http

Examples of org.mortbay.http.HttpServer.destroy()


          public void run() {
              logger.info("Shutting down http server...");
              try {
                  server.stop();
                  server.destroy();
              } catch(Exception e) {
                  logger.error("Error while shutting down http server.", e);
              }
              logger.info("kk thx bye.");
          }
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.