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

1 2

  /external/apache-http/src/org/apache/http/entity/
ContentLengthStrategy.java 55 public static final int CHUNKED = -2;
  /external/jetty/src/java/org/eclipse/jetty/http/
HttpHeaderValues.java 37 CHUNKED="chunked",
65 CHUNKED_BUFFER=CACHE.add(CHUNKED,CHUNKED_ORDINAL),
HttpParser.java 556 if (c.endsWith(HttpHeaderValues.CHUNKED))
559 else if (c.indexOf(HttpHeaderValues.CHUNKED) >= 0)
    [all...]
HttpGenerator.java 101 private static final byte[] TRANSFER_ENCODING_CHUNKED = StringUtil.getBytes("Transfer-Encoding: chunked\015\012");
715 if (c.endsWith(HttpHeaderValues.CHUNKED))
    [all...]
  /packages/providers/DownloadProvider/tests/src/com/android/providers/downloads/
StorageTest.java 111 private enum BodyType { COMPLETE, CHUNKED }
121 CacheStatus.DIRTY, BodyType.CHUNKED,
133 CacheStatus.CLEAN, BodyType.CHUNKED,
145 CacheStatus.DIRTY, BodyType.CHUNKED,
157 CacheStatus.CLEAN, BodyType.CHUNKED,
221 if (body == BodyType.CHUNKED) {
  /libcore/benchmarks/src/benchmarks/regression/
URLConnectionBenchmark.java 95 CHUNKED;
100 } else if (this == TransferEncoding.CHUNKED) {
  /external/apache-http/src/org/apache/http/impl/entity/
EntitySerializer.java 49 * This entity serializer currently supports only "chunked" and "identitiy" transfer-coding</a>
79 if (len == ContentLengthStrategy.CHUNKED) {
StrictContentLengthStrategy.java 67 * than "identity", then the transfer-length is defined by use of the "chunked" transfer-
107 * <p>All HTTP/1.1 applications that receive entities MUST accept the "chunked" transfer-coding
119 * transfer-coding = "chunked" | transfer-extension
136 * include "chunked", unless the message is terminated by closing the connection. When the
137 * "chunked" transfer-coding is used, it MUST be the last transfer-coding applied to the
138 * message-body. The "chunked" transfer-coding MUST NOT be applied more than once to a
193 // it is either missing or has the single value "chunked". So we
202 "Chunked transfer encoding not allowed for " +
205 return CHUNKED;
EntityDeserializer.java 51 * This entity deserializer currently supports only "chunked" and "identitiy" transfer-coding</a>
83 if (len == ContentLengthStrategy.CHUNKED) {
LaxContentLengthStrategy.java 71 * than "identity", then the transfer-length is defined by use of the "chunked" transfer-
111 * <p>All HTTP/1.1 applications that receive entities MUST accept the "chunked" transfer-coding
123 * transfer-coding = "chunked" | transfer-extension
140 * include "chunked", unless the message is terminated by closing the connection. When the
141 * "chunked" transfer-coding is used, it MUST be the last transfer-coding applied to the
142 * message-body. The "chunked" transfer-coding MUST NOT be applied more than once to a
224 // The chunked encoding must be the last one applied RFC2616, 14.41
230 return CHUNKED;
  /external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/http/
URLConnectionTest.java 308 testRequestBodySurvivesRetries(TransferKind.CHUNKED);
450 doUpload(TransferKind.CHUNKED, WriteKind.BYTE_BY_BYTE);
454 doUpload(TransferKind.CHUNKED, WriteKind.SMALL_BUFFERS);
458 doUpload(TransferKind.CHUNKED, WriteKind.LARGE_BUFFERS);
481 if (uploadKind == TransferKind.CHUNKED) {
502 if (uploadKind == TransferKind.CHUNKED) {
776 mockResponse.addHeader("Transfer-encoding: chunked");
    [all...]
  /libcore/luni/src/test/java/libcore/java/net/
URLConnectionTest.java 355 doUpload(TransferKind.CHUNKED, WriteKind.BYTE_BY_BYTE);
359 doUpload(TransferKind.CHUNKED, WriteKind.SMALL_BUFFERS);
363 doUpload(TransferKind.CHUNKED, WriteKind.LARGE_BUFFERS);
387 if (uploadKind == TransferKind.CHUNKED) {
408 if (uploadKind == TransferKind.CHUNKED) {
560 mockResponse.addHeader("Transfer-encoding: chunked");
    [all...]
  /external/apache-http/android/src/android/net/http/
AndroidHttpClientConnection.java 384 if (len == ContentLengthStrategy.CHUNKED) {
Headers.java 181 // The chunked encoding must be the last one applied RFC2616,
189 transferEncoding = ContentLengthStrategy.CHUNKED;
  /external/okhttp/okhttp-android-support/src/test/java/com/squareup/okhttp/internal/huc/
ResponseCacheTest.java 230 testResponseCaching(TransferKind.CHUNKED);
472 testServerPrematureDisconnect(TransferKind.CHUNKED);
508 testClientPrematureDisconnect(TransferKind.CHUNKED);
    [all...]
  /external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
CacheTest.java 202 testResponseCaching(TransferKind.CHUNKED);
473 testServerPrematureDisconnect(TransferKind.CHUNKED);
512 testClientPrematureDisconnect(TransferKind.CHUNKED);
    [all...]
  /external/okhttp/okhttp-urlconnection/src/test/java/com/squareup/okhttp/
UrlConnectionCacheTest.java 209 testResponseCaching(TransferKind.CHUNKED);
399 testServerPrematureDisconnect(TransferKind.CHUNKED);
438 testClientPrematureDisconnect(TransferKind.CHUNKED);
    [all...]
  /prebuilts/tools/common/m2/repository/org/eclipse/jetty/jetty-http/8.1.14.v20131031/
jetty-http-8.1.14.v20131031.jar 
  /external/robolectric/lib/main/
httpcore-4.0.1.jar 
  /prebuilts/devtools/tools/lib/
httpcore-4.1.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.apache.httpcomponents.httpcore_4.1.4.v201203221030.jar 
  /prebuilts/tools/common/http-client/
httpcore-4.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpcore/4.1/
httpcore-4.1.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.apache.httpcomponents.httpcore_4.1.4.v201203221030.jar 
  /prebuilts/tools/common/offline-m2/org/apache/httpcomponents/httpcore/4.1/
httpcore-4.1.jar 

Completed in 372 milliseconds

1 2