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

1 2

  /external/apache-http/src/org/apache/http/entity/
ContentLengthStrategy.java 50 public static final int CHUNKED = -2;
  /libcore/benchmarks/src/benchmarks/regression/
URLConnectionBenchmark.java 92 CHUNKED;
97 } 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>
74 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
188 // it is either missing or has the single value "chunked". So we
197 "Chunked transfer encoding not allowed for " +
200 return CHUNKED;
EntityDeserializer.java 51 * This entity deserializer currently supports only "chunked" and "identitiy" transfer-coding</a>
78 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
219 // The chunked encoding must be the last one applied RFC2616, 14.41
225 return CHUNKED;
  /libcore/luni/src/test/java/libcore/java/net/
URLConnectionTest.java 377 doUpload(TransferKind.CHUNKED, WriteKind.BYTE_BY_BYTE);
381 doUpload(TransferKind.CHUNKED, WriteKind.SMALL_BUFFERS);
385 doUpload(TransferKind.CHUNKED, WriteKind.LARGE_BUFFERS);
409 if (uploadKind == TransferKind.CHUNKED) {
430 if (uploadKind == TransferKind.CHUNKED) {
599 mockResponse.addHeader("Transfer-encoding: chunked");
    [all...]
  /external/okhttp/src/test/java/com/squareup/okhttp/internal/http/
URLConnectionTest.java 295 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);
461 if (uploadKind == TransferKind.CHUNKED) {
482 if (uploadKind == TransferKind.CHUNKED) {
643 mockResponse.addHeader("Transfer-encoding: chunked");
    [all...]
HttpResponseCacheTest.java 276 testResponseCaching(TransferKind.CHUNKED);
479 testServerPrematureDisconnect(TransferKind.CHUNKED);
519 testClientPrematureDisconnect(TransferKind.CHUNKED);
    [all...]
  /frameworks/base/core/java/android/net/http/
AndroidHttpClientConnection.java 390 if (len == ContentLengthStrategy.CHUNKED) {
Headers.java 183 // The chunked encoding must be the last one applied RFC2616,
191 transferEncoding = ContentLengthStrategy.CHUNKED;
  /libcore/luni/src/test/java/libcore/net/http/
HttpResponseCacheTest.java 250 testResponseCaching(TransferKind.CHUNKED);
457 testServerPrematureDisconnect(TransferKind.CHUNKED);
499 testClientPrematureDisconnect(TransferKind.CHUNKED);
    [all...]
  /external/robolectric/lib/main/
httpcore-4.0.1.jar 
  /external/smack/asmack-master/lib/
httpcore-4.1.4.jar 
  /prebuilts/devtools/tools/lib/
httpcore-4.1.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 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.mortbay.jetty.server_6.1.23.v201004211559.jar 
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/13/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/16/
android.jar 
  /prebuilts/sdk/17/
android.jar 
  /prebuilts/sdk/4/
android.jar 

Completed in 1007 milliseconds

1 2