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

org.webbitserver.HttpHandler Maven / Gradle / Ivy

package org.webbitserver;

public interface HttpHandler {
    void handleHttpRequest(HttpRequest request, HttpResponse response, HttpControl control) throws Exception;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy