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

com.github.zhengframework.web.WebServer Maven / Gradle / Ivy

There is a newer version: 1.8.0
Show newest version
package com.github.zhengframework.web;

public interface WebServer {

  void start() throws Exception;

  void stop() throws Exception;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy