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

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

package koncept.http.server;

import java.util.Map;

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy