Searched refs:needProxyAuthentication (Results 1 - 1 of 1) sorted by relevance

/libcore/luni/src/test/java/org/apache/harmony/luni/tests/internal/net/www/protocol/https/
H A DHttpsURLConnectionTest.java881 private final boolean needProxyAuthentication; field in class:HttpsURLConnectionTest.ServerWork
893 * @param needProxyAuthentication
898 boolean needProxyAuthentication) {
901 this.needProxyAuthentication = needProxyAuthentication;
971 if (needProxyAuthentication) {
896 ServerWork(ServerSocket serverSocket, int responseCode, boolean needProxyAuthentication) argument

Completed in 46 milliseconds