Home
last modified time | relevance | path

Searched refs:setChunked (Results 1 – 4 of 4) sorted by relevance

/external/apache-http/src/org/apache/http/impl/entity/
DEntityDeserializer.java84 entity.setChunked(true); in doDeserialize()
88 entity.setChunked(false); in doDeserialize()
92 entity.setChunked(false); in doDeserialize()
/external/apache-http/android/src/android/net/http/
DAndroidHttpClientConnection.java385 entity.setChunked(true); in receiveResponseEntity()
389 entity.setChunked(false); in receiveResponseEntity()
393 entity.setChunked(false); in receiveResponseEntity()
/external/apache-http/src/org/apache/http/entity/
DAbstractHttpEntity.java191 public void setChunked(boolean b) { in setChunked() method in AbstractHttpEntity
/external/apache-http/api/
Dapache-http-legacy-current.txt2198 method public void setChunked(boolean);