public JsonRpcClientThrift(String serverAddress, int serverPort,
String localAddress, int localPort) {
this(new ThriftClientPoolService(new ThriftInterfaceConfiguration(
serverAddress, serverPort)),
new ThriftInterfaceExecutorService(
new ThriftInterfaceConfiguration(serverAddress,
serverPort)), new InetSocketAddress(
localAddress, localPort));
}