*/
public class Client {
public void after() throws IOException, URISyntaxException, InterruptedException {
RsfContext context = new ServerRsfContext();
RsfClientFactory factary = new RsfClientFactory(context);
RsfClient client = factary.connect("127.0.0.1", 8000);
//
RsfService services = client.getRemoteService("net.hasor.rsf._test.TestServices");
//
//发起100万次调用.
for (int i = 0; i < 1000000; i++) {