Home
last modified time | relevance | path

Searched refs:HttpPost (Results 1 – 13 of 13) sorted by relevance

/external/nanohttpd/core/src/test/java/fi/iki/elonen/integration/
DGetAndPostIntegrationTest.java50 import org.apache.http.client.methods.HttpPost;
116 HttpPost httppost = new HttpPost("http://localhost:8192/"); in testPostRequestWithFormEncodedParameters()
132 HttpPost httppost = new HttpPost("http://localhost:8192/"); in testPostRequestWithMultipartEncodedParameters()
148 HttpPost httppost = new HttpPost("http://localhost:8192/"); in testPostWithNoParameters()
170 HttpPost httppost = new HttpPost("http://localhost:8192/chin"); in testPostRequestWithMultipartExtremEncodedParameters()
/external/apache-http/src/org/apache/http/client/methods/
DHttpPost.java66 public class HttpPost extends HttpEntityEnclosingRequestBase { class
70 public HttpPost() { in HttpPost() method in HttpPost
74 public HttpPost(final URI uri) { in HttpPost() method in HttpPost
82 public HttpPost(final String uri) { in HttpPost() method in HttpPost
/external/nanohttpd/fileupload/src/test/java/fi/iki/elonen/
DTestNanoFileUpLoad.java56 import org.apache.http.client.methods.HttpPost;
180 HttpPost post = new HttpPost("http://localhost:8192/uploadFile1"); in testPostWithMultipartFormUpload1()
191 HttpPost post = new HttpPost("http://localhost:8192/uploadFile2"); in testPostWithMultipartFormUpload2()
202 HttpPost post = new HttpPost("http://localhost:8192/uploadFile3"); in testPostWithMultipartFormUpload3()
209 …private void executeUpload(CloseableHttpClient httpclient, String textFileName, HttpPost post) thr… in executeUpload()
/external/okhttp/okhttp-apache/src/test/java/com/squareup/okhttp/apache/
DOkApacheClientTest.java18 import org.apache.http.client.methods.HttpPost;
95 final HttpPost post = new HttpPost(server.getUrl("/").toURI()); in postByteEntity()
108 final HttpPost post = new HttpPost(server.getUrl("/").toURI()); in postInputStreamEntity()
119 final HttpPost post = new HttpPost(server.getUrl("/").toURI()); in postEmptyEntity()
139 HttpPost httpPost = new HttpPost(); in postOverrideContentType()
/external/volley/src/main/java/com/android/volley/toolbox/
DHttpClientStack.java36 import org.apache.http.client.methods.HttpPost;
108 HttpPost postRequest = new HttpPost(request.getUrl()); in createHttpRequest()
125 HttpPost postRequest = new HttpPost(request.getUrl()); in createHttpRequest()
/external/robolectric-shadows/shadows/httpclient/src/test/java/org/robolectric/shadows/httpclient/
DParamsParserTest.java8 import org.apache.http.client.methods.HttpPost;
16 HttpPost post = new HttpPost("example.com"); in parseParams_shouldParsePostEntitiesIntoParams()
DFakeHttpLayerTest.java6 import org.apache.http.client.methods.HttpPost;
75 HttpPost noMatch = new HttpPost("example.com"); in matches_shouldMatchPostBody()
DShadowDefaultRequestDirectorTest.java22 import org.apache.http.client.methods.HttpPost;
120 FakeHttp.addHttpResponseRule(HttpPost.METHOD_NAME, "http://some.uri", in shouldReturnRequestsByRule_MatchingMethod()
140 requestDirector.execute(null, new HttpPost("http://some.uri"), null); in shouldReturnRequestsByRule_AnyMethod()
160 requestDirector.execute(null, new HttpPost("http://some.uri"), null); in shouldReturnRequestsByRule_KeepsTrackOfOpenContentStreams()
/external/volley/src/test/java/com/android/volley/toolbox/
DHttpClientStackTest.java29 import org.apache.http.client.methods.HttpPost;
55 assertTrue(httpRequest instanceof HttpPost); in createDeprecatedPostRequest()
73 assertTrue(httpRequest instanceof HttpPost); in createPostRequest()
82 assertTrue(httpRequest instanceof HttpPost); in createPostRequestWithBody()
/external/oauth/core/src/main/java/net/oauth/client/httpclient4/
DHttpClient4.java31 import org.apache.http.client.methods.HttpPost;
71 isPost ? new HttpPost(url) : new HttpPut(url); in execute()
/external/nanohttpd/nanolets/src/test/java/fi/iki/elonen/router/
DTestNanolets.java48 import org.apache.http.client.methods.HttpPost;
118 HttpPost httppost = new HttpPost("http://localhost:9090/user/blabla"); in doSomeBasicMethodTest()
/external/apache-http/
Dart-profile92 HPLorg/apache/http/client/methods/HttpPost;-><init>(Ljava/lang/String;)V
93 HPLorg/apache/http/client/methods/HttpPost;-><init>(Ljava/net/URI;)V
94 HPLorg/apache/http/client/methods/HttpPost;->getMethod()Ljava/lang/String;
/external/apache-http/api/
Dcurrent.txt1432 …@Deprecated public class HttpPost extends org.apache.http.client.methods.HttpEntityEnclosingReques…
1433 ctor @Deprecated public HttpPost();
1434 ctor @Deprecated public HttpPost(java.net.URI);
1435 ctor @Deprecated public HttpPost(String);