
org.webbitserver.HttpHandler Maven / Gradle / Ivy
package org.webbitserver;
public interface HttpHandler {
void handleHttpRequest(HttpRequest request, HttpResponse response, HttpControl control) throws Exception;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy