Home
last modified time | relevance | path

Searched refs:HTTP (Results 1 – 25 of 73) sorted by relevance

123

/frameworks/volley/src/main/java/com/android/volley/toolbox/
DHttpHeaderParser.java24 import org.apache.http.protocol.HTTP;
145 String contentType = headers.get(HTTP.CONTENT_TYPE); in parseCharset()
166 return parseCharset(headers, HTTP.DEFAULT_CONTENT_CHARSET); in parseCharset()
/frameworks/base/obex/javax/obex/
DHeaderSet.java118 public static final int HTTP = 0x47; field in HeaderSet
367 case HTTP: in setHeader()
530 case HTTP: in getHeader()
604 out.write(HTTP); in getHeaderList()
DObexHelper.java558 value = (byte[])headImpl.getHeader(HeaderSet.HTTP); in createHeader()
560 out.write((byte)HeaderSet.HTTP); in createHeader()
567 headImpl.setHeader(HeaderSet.HTTP, null); in createHeader()
/frameworks/base/docs/html/training/efficient-downloads/
Dredundant_redundant.jd38 … requested content was last updated, and when it expires, from within the HTTP response headers. T…
69 <p>Android 4.0 added a response cache to {@code HttpURLConnection}. You can enable HTTP response ca…
79 Log.d(TAG, "HTTP response cache is unavailable.");
85 <p>With the cache installed, fully cached HTTP requests can be served directly from local storage, …
/frameworks/base/docs/html/training/basics/network-ops/
Dindex.jd57 for information on Volley, an HTTP library that makes networking for Android apps
70 <dd>Learn how to connect to the network, choose an HTTP client, and perform
Dconnecting.jd18 <li><a href="#http-client">Choose an HTTP Client</a></li>
50 <h2 id="http-client">Choose an HTTP Client</h2>
52 <p>Most network-connected Android apps use HTTP to send and receive data. The
249 <a href="http://www.w3.org/Protocols/HTTP/HTRESP.html">status code</a>. This is
/frameworks/base/tests/CoreTests/android/core/
DTestEventHandler.java22 import org.apache.http.protocol.HTTP;
281 s = HTTP.CONN_CLOSE; in headers()
283 s = HTTP.CONN_KEEP_ALIVE; in headers()
/frameworks/base/docs/html/training/volley/
Drequestqueue.jd42 on your preferred HTTP client.</p>
45 must be initialized with the HTTP client your app is using to connect to the network.
57 // Set up the network to use HttpURLConnection as the HTTP client.
Dindex.jd34 <p>Volley is an HTTP library that makes networking for Android apps easier and most importantly,
44 <li>Transparent disk and memory response caching with standard HTTP
Drequest-custom.jd76 contains the response payload as a byte[], HTTP status code, and response headers.</li>
/frameworks/av/media/libstagefright/codecs/common/include/
DvoIndex.h78 _MAKE_SOURCE_ID (0x120000, HTTP)
/frameworks/base/docs/html/about/versions/
Dandroid-5.1.jd20 <li><a href="#http">Deprecated HTTP Classes</a></li>
98 <h2 id="http">Deprecated HTTP Classes</h2>
/frameworks/base/docs/html/guide/topics/media/
Dexoplayer.jd12 including Dynamic adaptive streaming over HTTP (DASH), SmoothStreaming and Common Encryption. It's
/frameworks/base/core/java/android/net/
DPacProxySelector.java103 Proxy proxy = proxyFromHostPort(Type.HTTP, trimmed.substring(PROXY.length())); in parseResponse()
DProxyInfo.java243 proxy = new java.net.Proxy(java.net.Proxy.Type.HTTP, inetSocketAddress); in makeProxy()
/frameworks/base/docs/html/guide/appendix/
Dmedia-formats.jd41 <li>HTTP/HTTPS progressive streaming</li>
42 …<li>HTTP/HTTPS live streaming <a href="http://tools.ietf.org/html/draft-pantos-http-live-streaming…
415 <p style="margin-top: 2em">For video content that is streamed over HTTP or RTSP, there are addition…
/frameworks/base/docs/html/training/articles/
Dsecurity-ssl.jd12 <li><a href="#HttpsExample">An HTTP Example</a></li>
122 <p>Yes, it really can be that simple. If you want to tailor the HTTP request, you can cast to
370 server for more than one hostname with HTTP, the web server can tell from the HTTP/1.1 request
372 HTTPS, because the server has to know which certificate to return before it sees the HTTP
429 Sometimes apps need to use SSL separate from HTTP. For example, an email app might use SSL variants
Dsecurity-gms-provider.jd124 should behave as if all HTTP communication is unencrypted.</p>
293 // App should consider all HTTP communication to be vulnerable, and take
/frameworks/base/docs/html-intl/intl/ja/training/basics/intents/
Dsending.jd109 emailIntent.setType(HTTP.PLAIN_TEXT_TYPE);
/frameworks/base/docs/html-intl/intl/zh-cn/training/basics/intents/
Dsending.jd109 emailIntent.setType(HTTP.PLAIN_TEXT_TYPE);
/frameworks/base/docs/html-intl/intl/zh-tw/training/basics/intents/
Dsending.jd109 emailIntent.setType(HTTP.PLAIN_TEXT_TYPE);
/frameworks/base/docs/html-intl/intl/ko/training/basics/intents/
Dsending.jd109 emailIntent.setType(HTTP.PLAIN_TEXT_TYPE);
/frameworks/base/docs/html-intl/intl/ru/training/basics/intents/
Dsending.jd109 emailIntent.setType(HTTP.PLAIN_TEXT_TYPE);
/frameworks/base/docs/html/training/id-auth/
Dauthenticate.jd228 an HTTP request.</p>
239 an HTTP error code of 401, then your token has been denied. As mentioned in the
/frameworks/base/docs/html/about/versions/marshmallow/
Dandroid-6.0-changes.jd16 <li><a href="#behavior-apache-http-client">Apache HTTP Client Removal</a></li>
89 <h2 id="behavior-apache-http-client">Apache HTTP Client Removal</h2>
91 <p>Android 6.0 release removes support for the Apache HTTP client. If your app is using this client…
94 and response caching, and minimizes power consumption. To continue using the Apache HTTP APIs, you

123