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

org.bdware.doip.cluster.client.pooledClient.ServerEndpoint Maven / Gradle / Ivy

The newest version!
package org.bdware.doip.cluster.client.pooledClient;

public class ServerEndpoint {
    String host;
    int port;

    public ServerEndpoint(String host, int port) {

     }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy