HomeSort by relevance Sort by last modified time
    Searched refs:CHUNKED (Results 1 - 25 of 45) 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 113 private enum BodyType { COMPLETE, CHUNKED }
123 CacheStatus.DIRTY, BodyType.CHUNKED,
135 CacheStatus.CLEAN, BodyType.CHUNKED,
147 CacheStatus.DIRTY, BodyType.CHUNKED,
159 CacheStatus.CLEAN, BodyType.CHUNKED,
223 if (body == BodyType.CHUNKED) {
  /libcore/benchmarks/src/benchmarks/regression/
URLConnectionBenchmark.java 93 CHUNKED;
98 } 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/
URLConnectionTest.java 292 testRequestBodySurvivesRetries(TransferKind.CHUNKED);
429 doUpload(TransferKind.CHUNKED, WriteKind.BYTE_BY_BYTE);
433 doUpload(TransferKind.CHUNKED, WriteKind.SMALL_BUFFERS);
437 doUpload(TransferKind.CHUNKED, WriteKind.LARGE_BUFFERS);
460 if (uploadKind == TransferKind.CHUNKED) {
481 if (uploadKind == TransferKind.CHUNKED) {
773 mockResponse.addHeader("Transfer-encoding: chunked");
790 mockResponse.addHeader("Transfer-encoding: chunked");
    [all...]
CacheTest.java 199 testResponseCaching(TransferKind.CHUNKED);
470 testServerPrematureDisconnect(TransferKind.CHUNKED);
509 testClientPrematureDisconnect(TransferKind.CHUNKED);
    [all...]
  /libcore/luni/src/test/java/libcore/java/net/
URLConnectionTest.java 446 doUpload(TransferKind.CHUNKED, WriteKind.BYTE_BY_BYTE);
450 doUpload(TransferKind.CHUNKED, WriteKind.SMALL_BUFFERS);
454 doUpload(TransferKind.CHUNKED, WriteKind.LARGE_BUFFERS);
478 if (uploadKind == TransferKind.CHUNKED) {
499 if (uploadKind == TransferKind.CHUNKED) {
681 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 219 testResponseCaching(TransferKind.CHUNKED);
461 testServerPrematureDisconnect(TransferKind.CHUNKED);
497 testClientPrematureDisconnect(TransferKind.CHUNKED);
    [all...]
  /external/okhttp/okhttp-urlconnection/src/test/java/com/squareup/okhttp/
UrlConnectionCacheTest.java 203 testResponseCaching(TransferKind.CHUNKED);
393 testServerPrematureDisconnect(TransferKind.CHUNKED);
432 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/v1/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.0.1/
httpcore-4.0.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 

Completed in 7884 milliseconds

1 2