Searched defs:setRequestProperty (Results 1 - 5 of 5) sorted by relevance

/external/apache-harmony/support/src/test/java/tests/support/
H A DSupport_HttpConnector.java41 public void setRequestProperty(String key, String value) throws IOException; method in interface:Support_HttpConnector
H A DSupport_URLConnector.java74 public void setRequestProperty(String key, String value) throws IOException { method in class:Support_URLConnector
75 instance.setRequestProperty(key, value);
/external/okhttp/src/main/java/libcore/net/http/
H A DHttpURLConnectionImpl.java494 @Override public final void setRequestProperty(String field, String newValue) { method in class:HttpURLConnectionImpl
H A DHttpsURLConnectionImpl.java330 public void setRequestProperty(String field, String newValue) { method in class:HttpsURLConnectionImpl
331 delegate.setRequestProperty(field, newValue);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.commons.httpclient_3.1.0.v201005080502.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 137 milliseconds