Searched refs:HttpPut (Results 1 – 6 of 6) sorted by relevance
58 public class HttpPut extends HttpEntityEnclosingRequestBase { class62 public HttpPut() { in HttpPut() method in HttpPut66 public HttpPut(final URI uri) { in HttpPut() method in HttpPut74 public HttpPut(final String uri) { in HttpPut() method in HttpPut
10 import org.apache.http.client.methods.HttpPut;23 HttpPut httpput = new HttpPut("http://localhost:8192/"); in testSimplePutRequest()
7 import org.apache.http.client.methods.HttpPut;86 HttpPut match = new HttpPut("example.com"); in matches__shouldMatchPostBody()
32 import org.apache.http.client.methods.HttpPut;71 isPost ? new HttpPost(url) : new HttpPut(url); in execute()
META-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
META-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...