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

com.mars.iserver.server.MarsServer Maven / Gradle / Ivy

There is a newer version: 3.3.3
Show newest version
package com.mars.iserver.server;

/**
 * iServer服务
 * @author yuye
 *
 */
public interface MarsServer {

	/**
	 * 启动iServer服务
	 * @param portNumber
	 */
	void start(int portNumber);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy