Searched refs:HttpPut (Results 1 – 11 of 11) 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
9 import org.apache.http.client.methods.HttpPut;26 HttpPut put = new HttpPut("example.com"); in parseParams_shouldParsePutEntitiesIntoParams()36 HttpPut put = new HttpPut("example.com"); in parseParams_shouldDoNothingForEmptyEntity()
7 import org.apache.http.client.methods.HttpPut;72 HttpPut match = new HttpPut("example.com"); in matches_shouldMatchPostBody()
43 import org.apache.http.client.methods.HttpPut;92 HttpPut httpput = new HttpPut("http://localhost:8192/"); in testSimplePutRequest()
30 import org.apache.http.client.methods.HttpPut;91 assertTrue(httpRequest instanceof HttpPut); in createPutRequest()100 assertTrue(httpRequest instanceof HttpPut); in createPutRequestWithBody()
37 import org.apache.http.client.methods.HttpPut;132 HttpPut putRequest = new HttpPut(request.getUrl()); in createHttpRequest()
32 import org.apache.http.client.methods.HttpPut;71 isPost ? new HttpPost(url) : new HttpPut(url); in execute()
49 import org.apache.http.client.methods.HttpPut;126 HttpPut httpgput = new HttpPut("http://localhost:9090/user/blabla"); in doSomeBasicMethodTest()
19 import org.apache.http.client.methods.HttpPut;128 final HttpPut put = new HttpPut(server.getUrl("/").toURI()); in putEmptyEntity()
95 HPLorg/apache/http/client/methods/HttpPut;-><init>(Ljava/lang/String;)V96 HPLorg/apache/http/client/methods/HttpPut;->getMethod()Ljava/lang/String;
1440 …@Deprecated public class HttpPut extends org.apache.http.client.methods.HttpEntityEnclosingRequest…1441 ctor @Deprecated public HttpPut();1442 ctor @Deprecated public HttpPut(java.net.URI);1443 ctor @Deprecated public HttpPut(String);