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

cn.banny.rp.RouteSelector Maven / Gradle / Ivy

The newest version!
package cn.banny.rp;

import java.net.InetSocketAddress;

/**
 * @author zhkl0228
 *
 */
public interface RouteSelector {
	
	Route select(InetSocketAddress clientAddress, InetSocketAddress connectAddress, String user, String pass);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy