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

io.datawire.quark.runtime.HTTPHandler Maven / Gradle / Ivy

There is a newer version: 0.4.2
Show newest version
package io.datawire.quark.runtime;


public interface HTTPHandler {
    void onHTTPInit(HTTPRequest request);
    void onHTTPResponse(HTTPRequest request, HTTPResponse response);
    void onHTTPError(HTTPRequest request, String message);
    void onHTTPFinal(HTTPRequest request);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy