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

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

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

import java.io.Closeable;
import java.io.IOException;

public interface HttpServiceProxy extends Closeable {

	/**
	 * 服务代理连接的远端服务端点地址;
	 * 
	 * @return
	 */
	ServiceEndpoint getServiceEndpoint();

	/**
	 * 关闭服务代理的连接;
	 */
	@Override
	void close() throws IOException;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy