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

com.taobao.api.internal.toplink.channel.ClientChannelSelector Maven / Gradle / Ivy

The newest version!
package com.taobao.api.internal.toplink.channel;

import java.net.URI;

public interface ClientChannelSelector {
	public ClientChannel getChannel(URI uri) throws ChannelException;
	public void returnChannel(ClientChannel channel);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy