All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.waylau.lite.LiteServer Maven / Gradle / Ivy

The newest version!
/**
 * Welcome to https://waylau.com
 */
package com.waylau.lite;

/**
 * Lite Server.
 * 
 * @since 1.0.0 2018年8月18日
 * @author Way Lau
 */
public interface LiteServer {

	/**
	 * Default port is 8080
	 */
	void run();

	void run(int port);
	
	void run(String[] args);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy