Searched refs:protocol (Results 1 – 3 of 3) sorted by relevance
23 …"org.apache.harmony.luni.tests.internal.net.www.protocol.http.HttpURLConnectionTest#testGetOutputS…24 …"org.apache.harmony.luni.tests.internal.net.www.protocol.http.HttpURLConnectionTest#testProxyAutho…
97 "org.apache.harmony.luni.tests.internal.net.www.protocol.http.HttpURLConnectionTest",98 "org.apache.harmony.luni.tests.internal.net.www.protocol.https.HttpsURLConnectionTest",
212 JNIEXPORT jint JVM_Socket(jint domain, jint type, jint protocol) { in JVM_Socket() argument213 return TEMP_FAILURE_RETRY(socket(domain, type, protocol)); in JVM_Socket()