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

com.davfx.ninio.http.HttpServerHandlerFactory Maven / Gradle / Ivy

package com.davfx.ninio.http;

import java.io.IOException;

public interface HttpServerHandlerFactory {
	HttpServerHandler create();

	void closed();
	void failed(IOException e);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy