将Guardianproject / NetCipher / Tor与Android AsyncHttpClient一起使用

问题描述

我想通过以下方式实现一些网络安全性:https://github.com/guardianproject/NetCipher,用于我的android项目。使用TOR应该可以有效地隐藏我的服务器,对吗?

但是我已经有很多使用AsyncHttpClient网络编写的应用程序。 Git Hub URL中的文档使它看起来只能与以下项一起使用:

OkHttp3     info.guardianproject.netcipher:netcipher-okhttp3
HttpClient  info.guardianproject.netcipher:netcipher-httpclient
Volley      info.guardianproject.netcipher:netcipher-volley

它也可以与标准HttpURLConnection一起使用。

是否可以与AsyncHttpClient配合使用?

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)