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

com.github.thorbenkuck.netcom2.auto.LazyClientFactory Maven / Gradle / Ivy

The newest version!
package com.github.thorbenkuck.netcom2.auto;

import com.github.thorbenkuck.netcom2.network.client.ClientCore;
import com.github.thorbenkuck.netcom2.network.client.ClientStart;

public interface LazyClientFactory {

	ClientFactory use(ObjectRepository objectRepository);

	ClientStart at(String address, int port);

	ClientStart asNIO(String address, int port);

	ClientStart asTCP(String address, int port);

	ClientStart asUDP(String address, int port);

	ClientStart as(String address, int port, ClientCore clientCore);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy