to top
Android APIs
public class

EntityDeserializer

extends Object
java.lang.Object
   ↳ org.apache.http.impl.entity.EntityDeserializer

Class Overview

Default implementation of an entity deserializer.

This entity deserializer currently supports only "chunked" and "identitiy" transfer-coding

Summary

Public Constructors
EntityDeserializer( ContentLengthStrategy lenStrategy)
Public Methods
HttpEntity deserialize( SessionInputBuffer inbuffer, HttpMessage message)
Protected Methods
BasicHttpEntity doDeserialize( SessionInputBuffer inbuffer, HttpMessage message)
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public EntityDeserializer (ContentLengthStrategy lenStrategy)

Added in API level 1

Public Methods

public HttpEntity deserialize (SessionInputBuffer inbuffer, HttpMessage message)

Added in API level 1

Protected Methods

protected BasicHttpEntity doDeserialize (SessionInputBuffer inbuffer, HttpMessage message)

Added in API level 1
No examples for this method.
Frequently called with: [Clear]
Portions of this page are reproduced from work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. The original page is available here.