Home
last modified time | relevance | path

Searched defs:setRequestMethod (Results 1 – 7 of 7) sorted by relevance

/external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/transport/
DServiceConnection.java79 public void setRequestMethod(String requestMethodType) throws IOException; in setRequestMethod() method
/external/ksoap2/ksoap2-j2se/src/main/java/org/ksoap2/transport/
DServiceConnectionSE.java112 public void setRequestMethod(String requestMethod) throws IOException { in setRequestMethod() method in ServiceConnectionSE
DHttpsServiceConnectionSE.java121 public void setRequestMethod(String requestMethod) throws IOException { in setRequestMethod() method in HttpsServiceConnectionSE
/external/okhttp/repackaged/okhttp-urlconnection/src/main/java/com/android/okhttp/internal/huc/
DDelegatingHttpsURLConnection.java113 @Override public void setRequestMethod(String method) throws ProtocolException { in setRequestMethod() method in DelegatingHttpsURLConnection
DHttpURLConnectionImpl.java625 @Override public void setRequestMethod(String method) throws ProtocolException { in setRequestMethod() method in HttpURLConnectionImpl
/external/okhttp/okhttp-urlconnection/src/main/java/com/squareup/okhttp/internal/huc/
DDelegatingHttpsURLConnection.java112 @Override public void setRequestMethod(String method) throws ProtocolException { in setRequestMethod() method in DelegatingHttpsURLConnection
DHttpURLConnectionImpl.java621 @Override public void setRequestMethod(String method) throws ProtocolException { in setRequestMethod() method in HttpURLConnectionImpl