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

io.leopard.jetty.WebServer Maven / Gradle / Ivy

package io.leopard.jetty;

import java.net.BindException;

import org.eclipse.jetty.server.Server;

public interface WebServer {

	Server build(int port, String webApp, String contextPath) throws BindException;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy