@Test
public void test() throws TException, IOException {
log.info("Starting server");
JsonRpcServerThrift server = new JsonRpcServerThrift(
new EchoJsonRpcHandler(), "127.0.0.1", 19292);
server.start();
log.info("Server started");
log.info("Starting client");