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

koncept.http.server.ConfigurableServer Maven / Gradle / Ivy

There is a newer version: 1.0.2
Show newest version
package koncept.http.server;

import java.util.Map;

public interface ConfigurableServer {
	
	public void resetOptionsToJVMStandard();
	
	public void resetOptionsToDefaults();
	
	public Map options();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy