简体   繁体   中英

where can I find httpsURLConnection source code?

in Eclipse on my PC, I am debugging my app and seeing exception like:

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

Where can I find source code of HttpsURLConnection?

My environment is:
PC, Eclipse Galileo, Android API level 4 (Platform 1.6),
Eclipse Installation Details shows "Eclipse.org, Apache Commons Httpclient, 3.1.0.v20080605-1035)

here is a tutorial on getting android source code and putting it into 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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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