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