view src/main/java/net/borgac/clusterrpc/client/Client.java @ 6:0e608c466a58

Implement ClientChannel/SocketWrapper and add logging and tests
author Lewin Bormann <lbo@spheniscida.de>
date Sat, 24 Sep 2016 16:42:13 +0200
parents ed6ea43af3f4
children b99a9821115c
line wrap: on
line source

package net.borgac.clusterrpc.client;

/**
 * @brief The entry point for all client requests.
 *
 * @author lbo
 */
public class Client {
}