Home
last modified time | relevance | path

Searched defs:setRequestProperty (Results 1 – 8 of 8) 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
DHttpsServiceConnectionSE.java92 public void setRequestProperty(String key, String value) { in setRequestProperty() method in HttpsServiceConnectionSE
DServiceConnectionSE.java100 public void setRequestProperty(String string, String soapAction) { in setRequestProperty() method in ServiceConnectionSE
/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.java71 public void setRequestProperty(String propertyName, String value) throws IOException; in setRequestProperty() method
/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