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

top.focess.util.network.HttpHandler Maven / Gradle / Ivy

There is a newer version: 1.1.24
Show newest version
package top.focess.util.network;

import java.util.Map;

public interface HttpHandler {

    void handle(String url, Map data, Map header, String body);

    void handleException(String url, Map data, Map header,Exception e);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy