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

com.jd.blockchain.utils.http.agent.ServiceConnection Maven / Gradle / Ivy

package com.jd.blockchain.utils.http.agent;

import java.io.Closeable;

public interface ServiceConnection extends Closeable {
	
	ServiceEndpoint getEndpoint();
	
	@Override
	void close();
	
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy