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

com.zlyx.easy.http.executor.HttpExecutor Maven / Gradle / Ivy

package com.zlyx.easy.http.executor;

import org.springframework.http.HttpEntity;

import com.zlyx.easy.http.models.RequestModel;

/**
 * 请求执行器
 * 
 * @Auth 赵光
 * @Describle
 * @2020年1月12日
 */
public interface HttpExecutor {

	/**
	 * 执行Http请求
	 * 
	 * @param model
	 * @param entity
	 * @param cls
	 * @return
	 * @throws Exception
	 */
	 T excute(RequestModel model, String url, HttpEntity entity, Class cls) throws Exception;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy