简体   繁体   English

在哪里可以找到httpsURLConnection源代码?

[英]where can I find httpsURLConnection source code?

in Eclipse on my PC, I am debugging my app and seeing exception like: 在PC上的Eclipse中,我正在调试应用程序,并看到如下异常:

at org.apache.harmony.luni.internal.net.www.protocol.https.HttpsURLConnection.connect(HttpsURLConnection.java:146) 在org.apache.harmony.luni.internal.net.www.protocol.https.HttpsURLConnection.connect(HttpsURLConnection.java:146)

Where can I find source code of HttpsURLConnection? 在哪里可以找到HttpsURLConnection的源代码?

My environment is: 我的环境是:
PC, Eclipse Galileo, Android API level 4 (Platform 1.6), PC,Eclipse Galileo,Android API级别4(平台1.6),
Eclipse Installation Details shows "Eclipse.org, Apache Commons Httpclient, 3.1.0.v20080605-1035) Eclipse Installation Details显示“ Eclipse.org,Apache Commons Httpclient,3.1.0.v20080605-1035)

here is a tutorial on getting android source code and putting it into eclipse. 这是有关获取android源代码并将其放入eclipse的教程。 maybe that can help but i'm not sure. 也许可以帮上忙,但我不确定。 Link 链接

edit: This might actually be more direct for your question Link 编辑:这实际上可能更直接地为您的问题链接

I basically found the above link from this post Link 我基本上从这篇文章中找到了上面的链接

it has a lot of general source code viewing solutions. 它有很多通用的源代码查看解决方案。 hope maybe that can help. 希望这可以有所帮助。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM