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

com.firefly.net.Client Maven / Gradle / Ivy

package com.firefly.net;

public interface Client {
	
	void setConfig(Config config);
	
	int connect(String host, int port);
	
	void connect(String host, int port, int id);
	
	void shutdown();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy