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

com.jd.httpservice.agent.AuthorizationHeaderResovler Maven / Gradle / Ivy

There is a newer version: 2.1.4.RELEASE
Show newest version
package com.jd.httpservice.agent;

/**
 * AuthorizationHeaderResovler 是一个根据实际的请求生成认证头部的策略接口;
 * 
 * @author haiq
 *
 */
public interface AuthorizationHeaderResovler {
	
	public AuthorizationHeader generateHeader(ServiceRequest request);
	
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy