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

com.sendsafely.connection.ConnectionFactory Maven / Gradle / Ivy

package com.sendsafely.connection;

public class ConnectionFactory {

	public static ConnectionManager getDefaultManager(String host)
	{
		DefaultConnectionManager manager = new DefaultConnectionManager(host);
		return manager;
	}
	
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy