/frameworks/volley/src/main/java/com/android/volley/toolbox/ |
D | HttpHeaderParser.java | 24 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/ |
D | HeaderSet.java | 118 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()
|
D | ObexHelper.java | 558 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/ |
D | redundant_redundant.jd | 38 … 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/ |
D | index.jd | 57 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
|
D | connecting.jd | 18 <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/ |
D | TestEventHandler.java | 22 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/ |
D | requestqueue.jd | 42 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.
|
D | index.jd | 34 <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
|
D | request-custom.jd | 76 contains the response payload as a byte[], HTTP status code, and response headers.</li>
|
/frameworks/av/media/libstagefright/codecs/common/include/ |
D | voIndex.h | 78 _MAKE_SOURCE_ID (0x120000, HTTP)
|
/frameworks/base/docs/html/about/versions/ |
D | android-5.1.jd | 20 <li><a href="#http">Deprecated HTTP Classes</a></li> 98 <h2 id="http">Deprecated HTTP Classes</h2>
|
/frameworks/base/docs/html/guide/topics/media/ |
D | exoplayer.jd | 12 including Dynamic adaptive streaming over HTTP (DASH), SmoothStreaming and Common Encryption. It's
|
/frameworks/base/core/java/android/net/ |
D | PacProxySelector.java | 103 Proxy proxy = proxyFromHostPort(Type.HTTP, trimmed.substring(PROXY.length())); in parseResponse()
|
D | ProxyInfo.java | 243 proxy = new java.net.Proxy(java.net.Proxy.Type.HTTP, inetSocketAddress); in makeProxy()
|
/frameworks/base/docs/html/guide/appendix/ |
D | media-formats.jd | 41 <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/ |
D | security-ssl.jd | 12 <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
|
D | security-gms-provider.jd | 124 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/ |
D | sending.jd | 109 emailIntent.setType(HTTP.PLAIN_TEXT_TYPE);
|
/frameworks/base/docs/html-intl/intl/zh-cn/training/basics/intents/ |
D | sending.jd | 109 emailIntent.setType(HTTP.PLAIN_TEXT_TYPE);
|
/frameworks/base/docs/html-intl/intl/zh-tw/training/basics/intents/ |
D | sending.jd | 109 emailIntent.setType(HTTP.PLAIN_TEXT_TYPE);
|
/frameworks/base/docs/html-intl/intl/ko/training/basics/intents/ |
D | sending.jd | 109 emailIntent.setType(HTTP.PLAIN_TEXT_TYPE);
|
/frameworks/base/docs/html-intl/intl/ru/training/basics/intents/ |
D | sending.jd | 109 emailIntent.setType(HTTP.PLAIN_TEXT_TYPE);
|
/frameworks/base/docs/html/training/id-auth/ |
D | authenticate.jd | 228 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/ |
D | android-6.0-changes.jd | 16 <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
|