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

artoria.action.http.HttpHandler Maven / Gradle / Ivy

The newest version!
package artoria.action.http;

import artoria.action.ActionHandler;

import java.lang.reflect.Type;

public interface HttpHandler extends ActionHandler {

     T execute(HttpParameters httpParams, Type type);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy