| /external/apache-http/ |
| D | art-profile | 1 HPLandroid/net/http/AndroidHttpClient$1;->process(Lorg/apache/http/HttpRequest;Lorg/apache/http/pro… 2 HPLandroid/net/http/AndroidHttpClient$2;->createHttpContext()Lorg/apache/http/protocol/HttpContext; 3 HPLandroid/net/http/AndroidHttpClient$2;->createHttpProcessor()Lorg/apache/http/protocol/BasicHttpP… 4 HPLandroid/net/http/AndroidHttpClient$CurlLogger;-><init>(Landroid/net/http/AndroidHttpClient;)V 5 HPLandroid/net/http/AndroidHttpClient$CurlLogger;-><init>(Landroid/net/http/AndroidHttpClient;Landr… 6 HPLandroid/net/http/AndroidHttpClient$CurlLogger;->process(Lorg/apache/http/HttpRequest;Lorg/apache… 7 HPLandroid/net/http/AndroidHttpClient$LoggingConfiguration;->-wrap0(Landroid/net/http/AndroidHttpCl… 8 HPLandroid/net/http/AndroidHttpClient$LoggingConfiguration;->isLoggable()Z 9 HPLandroid/net/http/AndroidHttpClient;->-get0(Landroid/net/http/AndroidHttpClient;)Landroid/net/htt… 10 HPLandroid/net/http/AndroidHttpClient;->-get1()Lorg/apache/http/HttpRequestInterceptor; [all …]
|
| D | Android.bp | 3 // Licensed under the Apache License, Version 2.0 (the "License"); 7 // http://www.apache.org/licenses/LICENSE-2.0 16 default_applicable_licenses: ["external_apache-http_license"], 19 // Added automatically by a large-scale-change 20 // See: http://go/android-license-faq 22 name: "external_apache-http_license", 25 "SPDX-license-identifier-Apache-2.0", 33 name: "org.apache.http.legacy.sources", 40 name: "org.apache.http.legacy.android.sources", 47 name: "org.apache.http.legacy", [all …]
|
| /external/oauth/core/src/main/java/net/oauth/client/httpclient4/ |
| D | HttpClient4.java | 4 * Licensed under the Apache License, Version 2.0 (the "License"); 8 * http://www.apache.org/licenses/LICENSE-2.0 17 package net.oauth.client.httpclient4; 23 import net.oauth.client.ExcerptInputStream; 26 import org.apache.http.HttpResponse; 27 import org.apache.http.client.HttpClient; 28 import org.apache.http.client.methods.HttpDelete; 29 import org.apache.http.client.methods.HttpEntityEnclosingRequestBase; 30 import org.apache.http.client.methods.HttpGet; 31 import org.apache.http.client.methods.HttpPost; [all …]
|
| /external/apache-http/src/org/apache/http/impl/client/ |
| D | DefaultHttpClient.java | 2 … $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/… 4 * $Date: 2008-07-16 04:45:47 -0700 (Wed, 16 Jul 2008) $ 7 * Licensed to the Apache Software Foundation (ASF) under one 11 * to you under the Apache License, Version 2.0 (the 15 * http://www.apache.org/licenses/LICENSE-2.0 26 * individuals on behalf of the Apache Software Foundation. For more 27 * information on the Apache Software Foundation, please see 28 * <http://www.apache.org/>. 32 package org.apache.http.impl.client; 34 import org.apache.http.ConnectionReuseStrategy; [all …]
|
| D | AbstractHttpClient.java | 2 … $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/… 4 * $Date: 2008-07-16 04:45:47 -0700 (Wed, 16 Jul 2008) $ 7 * Licensed to the Apache Software Foundation (ASF) under one 11 * to you under the Apache License, Version 2.0 (the 15 * http://www.apache.org/licenses/LICENSE-2.0 26 * individuals on behalf of the Apache Software Foundation. For more 27 * information on the Apache Software Foundation, please see 28 * <http://www.apache.org/>. 32 package org.apache.http.impl.client; 38 import org.apache.commons.logging.Log; [all …]
|
| D | BasicResponseHandler.java | 2 … $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/… 4 * $Date: 2008-07-16 04:25:47 -0700 (Wed, 16 Jul 2008) $ 7 * Licensed to the Apache Software Foundation (ASF) under one 11 * to you under the Apache License, Version 2.0 (the 15 * http://www.apache.org/licenses/LICENSE-2.0 26 * individuals on behalf of the Apache Software Foundation. For more 27 * information on the Apache Software Foundation, please see 28 * <http://www.apache.org/>. 32 package org.apache.http.impl.client; 36 import org.apache.http.HttpEntity; [all …]
|
| D | ClientParamsStack.java | 2 … $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/… 4 * $Date: 2008-07-02 10:35:05 -0700 (Wed, 02 Jul 2008) $ 7 * Licensed to the Apache Software Foundation (ASF) under one 11 * to you under the Apache License, Version 2.0 (the 15 * http://www.apache.org/licenses/LICENSE-2.0 26 * individuals on behalf of the Apache Software Foundation. For more 27 * information on the Apache Software Foundation, please see 28 * <http://www.apache.org/>. 32 package org.apache.http.impl.client; 35 import org.apache.commons.logging.Log; [all …]
|
| D | DefaultRedirectHandler.java | 2 … $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/… 4 * $Date: 2008-07-02 10:35:05 -0700 (Wed, 02 Jul 2008) $ 7 * Licensed to the Apache Software Foundation (ASF) under one 11 * to you under the Apache License, Version 2.0 (the 15 * http://www.apache.org/licenses/LICENSE-2.0 26 * individuals on behalf of the Apache Software Foundation. For more 27 * information on the Apache Software Foundation, please see 28 * <http://www.apache.org/>. 32 package org.apache.http.impl.client; 37 import org.apache.commons.logging.Log; [all …]
|
| /external/apache-http/src/org/apache/http/client/ |
| D | HttpClient.java | 2 …* $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main… 4 * $Date: 2008-07-11 09:38:49 -0700 (Fri, 11 Jul 2008) $ 7 * Licensed to the Apache Software Foundation (ASF) under one 11 * to you under the Apache License, Version 2.0 (the 15 * http://www.apache.org/licenses/LICENSE-2.0 26 * individuals on behalf of the Apache Software Foundation. For more 27 * information on the Apache Software Foundation, please see 28 * <http://www.apache.org/>. 32 package org.apache.http.client; 36 import org.apache.http.HttpHost; [all …]
|
| /external/volley/core/src/main/java/com/android/volley/toolbox/ |
| D | HttpClientStack.java | 4 * Licensed under the Apache License, Version 2.0 (the "License"); 8 * http://www.apache.org/licenses/LICENSE-2.0 27 import org.apache.http.HttpEntity; 28 import org.apache.http.HttpResponse; 29 import org.apache.http.NameValuePair; 30 import org.apache.http.client.HttpClient; 31 import org.apache.http.client.methods.HttpDelete; 32 import org.apache.http.client.methods.HttpEntityEnclosingRequestBase; 33 import org.apache.http.client.methods.HttpGet; 34 import org.apache.http.client.methods.HttpHead; [all …]
|
| /external/aws-sdk-java-v2/http-client-spi/src/main/java/software/amazon/awssdk/http/ |
| D | HttpMetric.java | 4 * Licensed under the Apache License, Version 2.0 (the "License"). 31 * The name of the HTTP client. 37 * The maximum number of concurrent requests that is supported by the HTTP client. 39 …s, this is equal to the maximum number of TCP connections that can be be pooled by the HTTP client. 40 …2 operations, this is equal to the maximum number of streams that can be pooled by the HTTP client. 42 …* <p>Note: Depending on the HTTP client, this is either a value for all endpoints served by the HT… 43 …* that applies only to the specific endpoint/host used in the request. For 'apache-http-client', t… 44 …* for the entire HTTP client. For 'netty-nio-client', this value is per-endpoint. In all cases, th… 45 …* individual HTTP client instance, and does not include concurrency that may be available in other… 52 …* The number of additional concurrent requests that can be supported by the HTTP client without ne… [all …]
|
| /external/okhttp/okhttp-apache/src/main/java/com/squareup/okhttp/apache/ |
| D | OkApacheClient.java | 2 package com.squareup.okhttp.apache; 13 import org.apache.http.Header; 14 import org.apache.http.HttpEntity; 15 import org.apache.http.HttpEntityEnclosingRequest; 16 import org.apache.http.HttpHost; 17 import org.apache.http.HttpRequest; 18 import org.apache.http.HttpResponse; 19 import org.apache.http.RequestLine; 20 import org.apache.http.client.HttpClient; 21 import org.apache.http.client.ResponseHandler; [all …]
|
| /external/okhttp/okhttp-apache/src/test/java/com/squareup/okhttp/apache/ |
| D | OkApacheClientTest.java | 1 package com.squareup.okhttp.apache; 14 import org.apache.http.Header; 15 import org.apache.http.HttpEntity; 16 import org.apache.http.HttpResponse; 17 import org.apache.http.client.methods.HttpGet; 18 import org.apache.http.client.methods.HttpPost; 19 import org.apache.http.client.methods.HttpPut; 20 import org.apache.http.entity.ByteArrayEntity; 21 import org.apache.http.entity.InputStreamEntity; 22 import org.apache.http.entity.StringEntity; [all …]
|
| /external/aws-sdk-java-v2/http-clients/apache-client/src/main/java/software/amazon/awssdk/http/apache/internal/impl/ |
| D | ApacheHttpRequestFactory.java | 4 * Licensed under the Apache License, Version 2.0 (the "License"). 16 package software.amazon.awssdk.http.apache.internal.impl; 23 import org.apache.http.HttpEntity; 24 import org.apache.http.HttpHeaders; 25 import org.apache.http.client.config.RequestConfig; 26 import org.apache.http.client.methods.HttpDelete; 27 import org.apache.http.client.methods.HttpEntityEnclosingRequestBase; 28 import org.apache.http.client.methods.HttpGet; 29 import org.apache.http.client.methods.HttpHead; 30 import org.apache.http.client.methods.HttpOptions; [all …]
|
| /external/aws-sdk-java-v2/http-clients/apache-client/src/main/java/software/amazon/awssdk/http/apache/internal/utils/ |
| D | ApacheUtils.java | 4 * Licensed under the Apache License, Version 2.0 (the "License"). 16 package software.amazon.awssdk.http.apache.internal.utils; 20 import org.apache.http.HttpEntity; 21 import org.apache.http.HttpHost; 22 import org.apache.http.auth.AuthScope; 23 import org.apache.http.auth.Credentials; 24 import org.apache.http.auth.NTCredentials; 25 import org.apache.http.client.AuthCache; 26 import org.apache.http.client.CredentialsProvider; 27 import org.apache.http.client.config.RequestConfig; [all …]
|
| /external/aws-sdk-java-v2/http-clients/apache-client/src/test/java/software/amazon/awssdk/http/apache/ |
| D | ApacheHttpClientWireMockTest.java | 4 * Licensed under the Apache License, Version 2.0 (the "License"). 16 package software.amazon.awssdk.http.apache; 18 import static com.github.tomakehurst.wiremock.client.WireMock.aResponse; 19 import static com.github.tomakehurst.wiremock.client.WireMock.any; 20 import static com.github.tomakehurst.wiremock.client.WireMock.urlPathEqualTo; 26 import com.github.tomakehurst.wiremock.client.WireMock; 34 import org.apache.http.HttpHost; 35 import org.apache.http.auth.AuthScope; 36 import org.apache.http.auth.Credentials; 37 import org.apache.http.auth.UsernamePasswordCredentials; [all …]
|
| D | ApacheClientTlsAuthTest.java | 4 * Licensed under the Apache License, Version 2.0 (the "License"). 16 package software.amazon.awssdk.http.apache; 18 import static com.github.tomakehurst.wiremock.client.WireMock.aResponse; 19 import static com.github.tomakehurst.wiremock.client.WireMock.any; 20 import static com.github.tomakehurst.wiremock.client.WireMock.urlMatching; 39 import org.apache.http.NoHttpResponseException; 40 import org.apache.http.conn.socket.ConnectionSocketFactory; 41 import org.apache.http.conn.ssl.NoopHostnameVerifier; 42 import org.apache.http.conn.ssl.SSLConnectionSocketFactory; 59 import software.amazon.awssdk.http.apache.internal.conn.SdkTlsSocketFactory; [all …]
|
| /external/okhttp/benchmarks/src/main/java/com/squareup/okhttp/benchmarks/ |
| D | ApacheHttpClient.java | 4 * Licensed under the Apache License, Version 2.0 (the "License"); 8 * http://www.apache.org/licenses/LICENSE-2.0 25 import org.apache.http.Header; 26 import org.apache.http.HttpResponse; 27 import org.apache.http.client.HttpClient; 28 import org.apache.http.client.methods.HttpGet; 29 import org.apache.http.conn.ClientConnectionManager; 30 import org.apache.http.conn.scheme.Scheme; 31 import org.apache.http.conn.ssl.SSLSocketFactory; 32 import org.apache.http.impl.client.DefaultHttpClient; [all …]
|
| /external/nullaway/nullaway/src/test/java/com/uber/nullaway/ |
| D | NullAwayThriftTests.java | 10 .addSourceLines("TBase.java", "package org.apache.thrift;", "public interface TBase {}") in testThriftIsSet() 15 "public class Generated implements org.apache.thrift.TBase {", in testThriftIsSet() 26 "Client.java", in testThriftIsSet() 28 "public class Client {", in testThriftIsSet() 59 "TBase.java", "package org.apache.thrift;", "public interface TBase<T, F> {}") in testThriftIsSetWithGenerics() 64 "public class Generated implements org.apache.thrift.TBase<String, Integer> {", in testThriftIsSetWithGenerics() 70 "Client.java", in testThriftIsSetWithGenerics() 72 "public class Client {", in testThriftIsSetWithGenerics() 91 "package org.apache.thrift;", in testThriftIsSetWithArg() 96 "Client.java", in testThriftIsSetWithArg() [all …]
|
| /external/grpc-grpc/examples/php/echo/ |
| D | README.md | 2 # gRPC PHP End-to-End Examples 4 This page shows a number of ways to create a PHP gRPC client and connect with 13 $ git clone https://github.com/grpc/grpc-web 14 $ cd grpc-web 15 $ docker-compose build prereqs node-server 16 $ docker run -d -p 9090:9090 --name node-server grpcweb/node-server 29 In order to build a PHP gRPC client, we need to install the `grpc` extension 33 $ docker build -t grpc-php/base -f ./base.Dockerfile . 40 Let's first build a simple CLI gRPC client: 43 $ docker build -t grpc-php/echo-client -f ./cli.Dockerfile . [all …]
|
| /external/apache-http/src/org/apache/http/client/protocol/ |
| D | RequestAddCookies.java | 2 …* $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main… 4 * $Date: 2008-07-02 10:35:05 -0700 (Wed, 02 Jul 2008) $ 7 * Licensed to the Apache Software Foundation (ASF) under one 11 * to you under the Apache License, Version 2.0 (the 15 * http://www.apache.org/licenses/LICENSE-2.0 26 * individuals on behalf of the Apache Software Foundation. For more 27 * information on the Apache Software Foundation, please see 28 * <http://www.apache.org/>. 32 package org.apache.http.client.protocol; 40 import org.apache.commons.logging.Log; [all …]
|
| /external/robolectric/shadows/httpclient/src/test/java/org/robolectric/shadows/httpclient/ |
| D | ShadowDefaultRequestDirectorTest.java | 21 import org.apache.http.HttpResponse; 22 import org.apache.http.client.methods.HttpGet; 23 import org.apache.http.client.methods.HttpPost; 24 import org.apache.http.client.methods.HttpUriRequest; 25 import org.apache.http.conn.ConnectTimeoutException; 26 import org.apache.http.conn.ConnectionKeepAliveStrategy; 27 import org.apache.http.impl.client.BasicResponseHandler; 28 import org.apache.http.impl.client.DefaultHttpClient; 29 import org.apache.http.impl.client.DefaultRequestDirector; 30 import org.apache.http.message.BasicHeader; [all …]
|
| /external/google-cloud-java/java-debugger-client/ |
| D | pom.xml | 1 <?xml version='1.0' encoding='UTF-8'?> 2 …apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="ht… 5 <artifactId>google-cloud-debugger-client-parent</artifactId> 7 <version>1.17.0</version><!-- {x-version-update:google-cloud-debugger-client:current} --> 10 Java idiomatic client for Google Cloud Platform services. 15 <artifactId>google-cloud-jar-parent</artifactId> 16 <version>1.11.0</version><!-- {x-version-update:google-cloud-java:current} --> 17 <relativePath>../google-cloud-jar-parent/pom.xml</relativePath> 21 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> 22 <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> [all …]
|
| /external/robolectric/shadows/httpclient/src/main/java/org/robolectric/shadows/httpclient/ |
| D | DefaultRequestDirector.java | 1 // copied verbatim (except for constructor access) from httpclient-4.0.3 sources 5 * Licensed to the Apache Software Foundation (ASF) under one 9 * to you under the Apache License, Version 2.0 (the 13 * http://www.apache.org/licenses/LICENSE-2.0 24 * individuals on behalf of the Apache Software Foundation. For more 25 * information on the Apache Software Foundation, please see 26 * <http://www.apache.org/>. 38 import org.apache.commons.logging.Log; 39 import org.apache.commons.logging.LogFactory; 40 import org.apache.http.ConnectionReuseStrategy; [all …]
|
| /external/conscrypt/benchmark-base/src/main/java/org/conscrypt/ |
| D | EngineHandshakeBenchmark.java | 4 * Licensed under the Apache License, Version 2.0 (the "License"); 8 * http://www.apache.org/licenses/LICENSE-2.0 20 * The Netty Project licenses this file to you under the Apache License, 24 * http://www.apache.org/licenses/LICENSE-2.0 92 SSLEngine client = engineFactory.newClientEngine(cipher, useAlpn); in handshake() local 99 client.setEnabledProtocols(protocols); in handshake() 102 client.beginHandshake(); in handshake() 105 doHandshake(client, server); in handshake() 107 engineFactory.dispose(client); in handshake() 111 private void doHandshake(SSLEngine client, SSLEngine server) throws SSLException { in doHandshake() argument [all …]
|