Searched refs:HttpEntityWrapper (Results 1 – 6 of 6) sorted by relevance
23 import org.apache.http.entity.HttpEntityWrapper;243 if (entity instanceof HttpEntityWrapper) { in interceptResponseContent()244 HttpEntityWrapper entityWrapper = (HttpEntityWrapper) entity; in interceptResponseContent()246 Field wrappedEntity = HttpEntityWrapper.class.getDeclaredField("wrappedEntity"); in interceptResponseContent()
57 public class HttpEntityWrapper implements HttpEntity { class67 public HttpEntityWrapper(HttpEntity wrapped) { in HttpEntityWrapper() method in HttpEntityWrapper
60 public class BufferedHttpEntity extends HttpEntityWrapper {
38 import org.apache.http.entity.HttpEntityWrapper;60 public class BasicManagedEntity extends HttpEntityWrapper
239 HPLorg/apache/http/entity/HttpEntityWrapper;-><init>(Lorg/apache/http/HttpEntity;)V240 HPLorg/apache/http/entity/HttpEntityWrapper;->getContentEncoding()Lorg/apache/http/Header;241 HPLorg/apache/http/entity/HttpEntityWrapper;->getContentLength()J
1625 …@Deprecated public class BasicManagedEntity extends org.apache.http.entity.HttpEntityWrapper imple…2099 @Deprecated public class BufferedHttpEntity extends org.apache.http.entity.HttpEntityWrapper {2145 @Deprecated public class HttpEntityWrapper implements org.apache.http.HttpEntity {2146 ctor @Deprecated public HttpEntityWrapper(org.apache.http.HttpEntity);