Home
last modified time | relevance | path

Searched defs:setRequestProperty (Results 1 – 10 of 10) sorted by relevance

/external/ksoap2/ksoap2-j2se/src/main/java/org/ksoap2/transport/
DHttpsServiceConnectionSEIgnoringConnectionClose.java15 public void setRequestProperty(String key, String value) { in setRequestProperty() method in HttpsServiceConnectionSEIgnoringConnectionClose
DServiceConnectionSE.java108 public void setRequestProperty(String string, String soapAction) { in setRequestProperty() method in ServiceConnectionSE
DHttpsServiceConnectionSE.java117 public void setRequestProperty(String key, String value) { in setRequestProperty() method in HttpsServiceConnectionSE
/external/apache-harmony/support/src/test/java/tests/support/
DSupport_HttpConnector.java40 public void setRequestProperty(String key, String value) throws IOException; in setRequestProperty() method
DSupport_URLConnector.java74 public void setRequestProperty(String key, String value) throws IOException { in setRequestProperty() method in Support_URLConnector
/external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/transport/
DServiceConnection.java72 public void setRequestProperty(String propertyName, String value) throws IOException; in setRequestProperty() method
/external/okhttp/repackaged/okhttp-urlconnection/src/main/java/com/android/okhttp/internal/huc/
DDelegatingHttpsURLConnection.java258 @Override public void setRequestProperty(String field, String newValue) { in setRequestProperty() method in DelegatingHttpsURLConnection
DHttpURLConnectionImpl.java545 @Override public final void setRequestProperty(String field, String newValue) { in setRequestProperty() method in HttpURLConnectionImpl
/external/okhttp/okhttp-urlconnection/src/main/java/com/squareup/okhttp/internal/huc/
DDelegatingHttpsURLConnection.java257 @Override public void setRequestProperty(String field, String newValue) { in setRequestProperty() method in DelegatingHttpsURLConnection
DHttpURLConnectionImpl.java541 @Override public final void setRequestProperty(String field, String newValue) { in setRequestProperty() method in HttpURLConnectionImpl