Package net.sourceforge.seriesdownloader.web.server

Examples of net.sourceforge.seriesdownloader.web.server.Server


public class Main {
  public static final File jarFile = new File("SeriesDownloaderWebUI.jar");
  public Main() {
    // TODO: Port configurable.
    new Server(8080).start();
  }
View Full Code Here

TOP

Related Classes of net.sourceforge.seriesdownloader.web.server.Server

Copyright © 2018 www.massapicom. 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.