Class EntityDeserializer


  • @Contract(threading=IMMUTABLE_CONDITIONAL)
    @Deprecated
    public class EntityDeserializer
    extends Object
    Deprecated.
    HTTP entity deserializer.

    This entity deserializer supports "chunked" and "identitiy" transfer-coding and content length delimited content.

    This class relies on a specific implementation of ContentLengthStrategy to determine the content length or transfer encoding of the entity.

    This class generates an instance of HttpEntity based on properties of the message. The content of the entity will be decoded transparently for the consumer.

    Since:
    4.0