标签: thrift socks
thrift是否支持socks代理?目前我的客户端和服务器进程在同一台机器上,所以我做了类似
TTransport transport; transport = new TSocket("localhost", port); transport.open();
现在我需要将我的thrift客户端移动到一台单独的机器上,只能通过隧道机器访问机器运行的thrift服务器。