HomeSort by relevance Sort by last modified time
    Searched refs:ResponseHandler (Results 1 - 25 of 35) sorted by null

1 2

  /external/apache-http/src/org/apache/http/client/
ResponseHandler.java 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/http/client/ResponseHandler.java $
50 public interface ResponseHandler<T> {
HttpClient.java 177 * @param responseHandler the response handler
185 ResponseHandler<? extends T> responseHandler)
194 * @param responseHandler the response handler
202 ResponseHandler<? extends T> responseHandler,
216 * @param responseHandler the response handler
225 ResponseHandler<? extends T> responseHandler)
238 * @param responseHandler the response handle
    [all...]
  /external/apache-http/src/org/apache/http/impl/client/
BasicResponseHandler.java 39 import org.apache.http.client.ResponseHandler;
44 * A {@link ResponseHandler} that returns the response body as a String
50 * org.apache.http.client.methods.HttpUriRequest, ResponseHandler),
64 public class BasicResponseHandler implements ResponseHandler<String> {
AbstractHttpClient.java 52 import org.apache.http.client.ResponseHandler;
619 final ResponseHandler<? extends T> responseHandler)
621 return execute(request, responseHandler, null);
628 final ResponseHandler<? extends T> responseHandler,
632 return execute(target, request, responseHandler, context);
640 final ResponseHandler<? extends T> responseHandler)
642 return execute(target, request, responseHandler, null)
    [all...]
  /frameworks/volley/tests/src/com/android/volley/mock/
MockHttpClient.java 27 import org.apache.http.client.ResponseHandler;
80 public <T> T execute(HttpUriRequest arg0, ResponseHandler<? extends T> arg1) {
90 public <T> T execute(HttpUriRequest arg0, ResponseHandler<? extends T> arg1, HttpContext arg2) {
95 public <T> T execute(HttpHost arg0, HttpRequest arg1, ResponseHandler<? extends T> arg2) {
100 public <T> T execute(HttpHost arg0, HttpRequest arg1, ResponseHandler<? extends T> arg2,
  /external/nanohttpd/core/src/test/java/fi/iki/elonen/integration/
GetAndPostIntegrationTest.java 6 import org.apache.http.client.ResponseHandler;
39 ResponseHandler<String> responseHandler = new BasicResponseHandler();
40 String responseBody = httpclient.execute(httpget, responseHandler);
50 ResponseHandler<String> responseHandler = new BasicResponseHandler();
51 String responseBody = httpclient.execute(httpget, responseHandler);
61 ResponseHandler<String> responseHandler = new BasicResponseHandler();
62 String responseBody = httpclient.execute(httppost, responseHandler);
    [all...]
CookieIntegrationTest.java 5 import org.apache.http.client.ResponseHandler;
26 ResponseHandler<String> responseHandler = new BasicResponseHandler();
27 httpclient.execute(httpget, responseHandler);
37 ResponseHandler<String> responseHandler = new BasicResponseHandler();
38 httpclient.execute(httpget, responseHandler);
55 ResponseHandler<String> responseHandler = new BasicResponseHandler();
56 httpclient.execute(httpget, responseHandler);
    [all...]
PutStreamIntegrationTest.java 9 import org.apache.http.client.ResponseHandler;
25 ResponseHandler<String> responseHandler = new BasicResponseHandler();
26 String responseBody = httpclient.execute(httpput, responseHandler);
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowAndroidHttpClient.java 12 import org.apache.http.client.ResponseHandler;
71 public <T> T execute(HttpUriRequest httpUriRequest, ResponseHandler<? extends T> responseHandler) throws IOException, ClientProtocolException {
72 return httpClient.execute(httpUriRequest, responseHandler);
76 public <T> T execute(HttpUriRequest httpUriRequest, ResponseHandler<? extends T> responseHandler, HttpContext httpContext) throws IOException, ClientProtocolException {
77 return httpClient.execute(httpUriRequest, responseHandler, httpContext);
81 public <T> T execute(HttpHost httpHost, HttpRequest httpRequest, ResponseHandler<? extends T> responseHandler) throws IOException, ClientProtocolException {
82 return httpClient.execute(httpHost, httpRequest, responseHandler);
    [all...]
  /external/chromium_org/chrome/service/cloud_print/
cloud_print_connector.h 62 (CloudPrintConnector::*ResponseHandler)(
135 ResponseHandler handler);
141 ResponseHandler handler);
192 ResponseHandler next_response_handler_;
cloud_print_connector.cc 337 ResponseHandler handler) {
350 ResponseHandler handler) {
  /external/okhttp/okhttp-apache/src/main/java/com/squareup/okhttp/apache/
OkApacheClient.java 19 import org.apache.http.client.ResponseHandler;
179 @Override public <T> T execute(HttpUriRequest request, ResponseHandler<? extends T> handler)
184 @Override public <T> T execute(HttpUriRequest request, ResponseHandler<? extends T> handler,
190 ResponseHandler<? extends T> handler) throws IOException {
195 ResponseHandler<? extends T> handler, HttpContext context) throws IOException {
  /frameworks/base/tests/SslLoad/src/com/android/sslload/
SslLoad.java 40 import org.apache.http.client.ResponseHandler;
103 new ResponseHandler<Void>() {
  /frameworks/base/core/java/android/net/http/
AndroidHttpClient.java 31 import org.apache.http.client.ResponseHandler;
289 ResponseHandler<? extends T> responseHandler)
291 return delegate.execute(request, responseHandler);
295 ResponseHandler<? extends T> responseHandler, HttpContext context)
297 return delegate.execute(request, responseHandler, context);
301 ResponseHandler<? extends T> responseHandler) throws IOException,
303 return delegate.execute(target, request, responseHandler);
    [all...]
  /external/chromium_org/chrome/browser/local_discovery/
privet_http_impl.h 97 ResponseHandler;
113 ResponseHandler next_response_handler_;
  /external/qemu/telephony/
android_modem.c     [all...]
  /external/robolectric/lib/main/
httpclient-4.0.3.jar 
  /external/chromium_org/third_party/libaddressinput/src/java/testlibs/
httpclient-4.1.1.jar 
  /external/smack/asmack-master/lib/
httpclient-4.1.3.jar 
  /prebuilts/devtools/tools/lib/
httpclient-4.1.1.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.apache.httpcomponents.httpclient_4.1.3.v201209201135.jar 
  /prebuilts/tools/common/http-client/
httpclient-4.1.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpclient/4.1.1/
httpclient-4.1.1.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.apache.httpcomponents.httpclient_4.1.3.v201209201135.jar 
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
wagon-http-2.6-shaded.jar 

Completed in 971 milliseconds

1 2