HomeSort by relevance Sort by last modified time
    Searched refs:http (Results 451 - 475 of 4370) sorted by null

<<11121314151617181920>>

  /external/volley/src/main/java/com/android/volley/toolbox/
HttpStack.java 8 * http://www.apache.org/licenses/LICENSE-2.0
23 import org.apache.http.HttpResponse;
26 * An HTTP stack abstraction.
28 * @deprecated This interface should be avoided as it depends on the deprecated Apache HTTP library.
35 * Performs an HTTP request with the given parameters.
43 * @return the HTTP response
  /external/apache-http/src/org/apache/http/conn/
BasicManagedEntity.java 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/http/conn/BasicManagedEntity.java $
15 * http://www.apache.org/licenses/LICENSE-2.0
27 * <http://www.apache.org/>.
31 package org.apache.http.conn;
37 import org.apache.http.HttpEntity;
38 import org.apache.http.entity.HttpEntityWrapper;
56 * Please visit <a href="http://android-developers.blogspot.com/2011/09/androids-http-clients.html">this webpage</a>
  /external/apache-http/src/org/apache/http/conn/params/
ConnManagerParams.java 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/http/conn/params/ConnManagerParams.java $
15 * http://www.apache.org/licenses/LICENSE-2.0
27 * <http://www.apache.org/>.
31 package org.apache.http.conn.params;
33 import org.apache.http.conn.routing.HttpRoute;
34 import org.apache.http.params.HttpParams;
37 * This class represents a collection of HTTP protocol parameters applicable
39 * {@link org.apache.http.conn.ClientConnectionManager connection managers}.
51 * Please visit <a href="http://android-developers.blogspot.com/2011/09/androids-http-clients.html">this webpage</a
    [all...]
  /external/apache-http/src/org/apache/http/entity/
BufferedHttpEntity.java 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/http/entity/BufferedHttpEntity.java $
15 * http://www.apache.org/licenses/LICENSE-2.0
28 * <http://www.apache.org/>.
32 package org.apache.http.entity;
39 import org.apache.http.HttpEntity;
40 import org.apache.http.util.EntityUtils;
56 * Please visit <a href="http://android-developers.blogspot.com/2011/09/androids-http-clients.html">this webpage</a>
  /external/apache-http/src/org/apache/http/impl/cookie/
RFC2965Spec.java 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/http/impl/cookie/RFC2965Spec.java $
15 * http://www.apache.org/licenses/LICENSE-2.0
27 * <http://www.apache.org/>.
31 package org.apache.http.impl.cookie;
39 import org.apache.http.Header;
40 import org.apache.http.HeaderElement;
41 import org.apache.http.NameValuePair;
42 import org.apache.http.cookie.ClientCookie;
43 import org.apache.http.cookie.Cookie
    [all...]
  /external/apache-http/src/org/apache/http/message/
BasicHeaderIterator.java 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/http/message/BasicHeaderIterator.java $
15 * http://www.apache.org/licenses/LICENSE-2.0
28 * <http://www.apache.org/>.
32 package org.apache.http.message;
37 import org.apache.http.Header;
38 import org.apache.http.HeaderIterator;
47 * Please visit <a href="http://android-developers.blogspot.com/2011/09/androids-http-clients.html">this webpage</a>
BasicListHeaderIterator.java 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/http/message/BasicListHeaderIterator.java $
15 * http://www.apache.org/licenses/LICENSE-2.0
28 * <http://www.apache.org/>.
32 package org.apache.http.message;
38 import org.apache.http.Header;
39 import org.apache.http.HeaderIterator;
49 * Please visit <a href="http://android-developers.blogspot.com/2011/09/androids-http-clients.html">this webpage</a>
  /external/curl/
missing 20 # along with this program. If not, see <http://www.gnu.org/licenses/>.
104 perl_URL=http://www.perl.org/
105 flex_URL=http://flex.sourceforge.net/
106 gnu_software_URL=http://www.gnu.org/software
  /external/expat/conftools/
missing 20 # along with this program. If not, see <http://www.gnu.org/licenses/>.
104 perl_URL=http://www.perl.org/
105 flex_URL=http://flex.sourceforge.net/
106 gnu_software_URL=http://www.gnu.org/software
  /external/google-breakpad/autotools/
missing 20 # along with this program. If not, see <http://www.gnu.org/licenses/>.
104 perl_URL=http://www.perl.org/
105 flex_URL=http://flex.sourceforge.net/
106 gnu_software_URL=http://www.gnu.org/software
  /external/grpc-grpc-java/gae-interop-testing/gae-jdk8/src/main/java/io/grpc/testing/integration/
LongLivedChannel.java 8 * http://www.apache.org/licenses/LICENSE-2.0
27 import javax.servlet.http.HttpServlet;
28 import javax.servlet.http.HttpServletRequest;
29 import javax.servlet.http.HttpServletResponse;
  /external/libcups/cups/
testcreds.c 2 * HTTP credentials test program for CUPS.
11 * missing or damaged, see the license at "http://www.cups.org/".
31 http_t *http; /* HTTP connection */ local
69 if ((http = httpConnect2(hostname, port, NULL, AF_UNSPEC, HTTP_ENCRYPTION_ALWAYS, 1, 30000, NULL)) == NULL)
75 puts("HTTP Credentials:");
76 if (!httpCopyCredentials(http, &hcreds))
util.c 11 * missing or damaged, see the license at "http://www.cups.org/".
80 cupsCancelJob2(http_t *http, /* I - Connection to server or @code CUPS_HTTP_DEFAULT@ */
103 if (!http)
104 if ((http = _cupsConnect()) == NULL)
149 ippDelete(cupsDoRequest(http, request, "/jobs/"));
169 http_t *http, /* I - Connection to server or @code CUPS_HTTP_DEFAULT@ */
181 DEBUG_printf(("cupsCreateJob(http=%p, name=\"%s\", title=\"%s\", num_options=%d, options=%p)", (void *)http, name, title, num_options, (void *)options));
214 if ((info = cupsCopyDestInfo(http, data.dest)) == NULL)
221 status = cupsCreateDestJob(http, data.dest, info, &job_id, title, num_options, options)
    [all...]
  /external/libevent/
missing 20 # along with this program. If not, see <http://www.gnu.org/licenses/>.
104 perl_URL=http://www.perl.org/
105 flex_URL=http://flex.sourceforge.net/
106 gnu_software_URL=http://www.gnu.org/software
  /external/libnetfilter_conntrack/build-aux/
missing 20 # along with this program. If not, see <http://www.gnu.org/licenses/>.
104 perl_URL=http://www.perl.org/
105 flex_URL=http://flex.sourceforge.net/
106 gnu_software_URL=http://www.gnu.org/software
  /external/libpng/
missing 20 # along with this program. If not, see <http://www.gnu.org/licenses/>.
104 perl_URL=http://www.perl.org/
105 flex_URL=http://flex.sourceforge.net/
106 gnu_software_URL=http://www.gnu.org/software
  /external/libxkbcommon/xkbcommon/build-aux/
missing 20 # along with this program. If not, see <http://www.gnu.org/licenses/>.
104 perl_URL=http://www.perl.org/
105 flex_URL=http://flex.sourceforge.net/
106 gnu_software_URL=http://www.gnu.org/software
  /external/lmfit/build-aux/
missing 20 # along with this program. If not, see <http://www.gnu.org/licenses/>.
104 perl_URL=http://www.perl.org/
105 flex_URL=http://flex.sourceforge.net/
106 gnu_software_URL=http://www.gnu.org/software
  /external/pcre/dist2/
missing 20 # along with this program. If not, see <http://www.gnu.org/licenses/>.
104 perl_URL=http://www.perl.org/
105 flex_URL=http://flex.sourceforge.net/
106 gnu_software_URL=http://www.gnu.org/software
  /external/python/cpython2/Modules/_ctypes/libffi/
missing 20 # along with this program. If not, see <http://www.gnu.org/licenses/>.
104 perl_URL=http://www.perl.org/
105 flex_URL=http://flex.sourceforge.net/
106 gnu_software_URL=http://www.gnu.org/software
  /external/python/oauth2client/scripts/
run_gce_system_tests.py 7 # http://www.apache.org/licenses/LICENSE-2.0
35 http = httplib2.Http()
39 credentials.refresh(http)
46 response, content = http.request(token_uri)
  /external/robolectric-shadows/shadows/httpclient/src/test/java/org/robolectric/shadows/httpclient/
AndroidHttpClientTest.java 6 import android.net.http.AndroidHttpClient;
10 import org.apache.http.HttpResponse;
11 import org.apache.http.client.methods.HttpGet;
  /external/speex/
missing 20 # along with this program. If not, see <http://www.gnu.org/licenses/>.
104 perl_URL=http://www.perl.org/
105 flex_URL=http://flex.sourceforge.net/
106 gnu_software_URL=http://www.gnu.org/software
  /external/strace/
missing 20 # along with this program. If not, see <http://www.gnu.org/licenses/>.
104 perl_URL=http://www.perl.org/
105 flex_URL=http://flex.sourceforge.net/
106 gnu_software_URL=http://www.gnu.org/software
  /external/apache-http/android/src/android/net/http/
Request.java 8 * http://www.apache.org/licenses/LICENSE-2.0
17 package android.net.http;
27 import org.apache.http.entity.InputStreamEntity;
28 import org.apache.http.Header;
29 import org.apache.http.HttpEntity;
30 import org.apache.http.HttpEntityEnclosingRequest;
31 import org.apache.http.HttpException;
32 import org.apache.http.HttpHost;
33 import org.apache.http.HttpRequest;
34 import org.apache.http.HttpStatus
    [all...]

Completed in 935 milliseconds

<<11121314151617181920>>