Skip navigation links

Package org.apache.http.entity

Common HTTP entity implementations.

See: Description

Package org.apache.http.entity Description

Common HTTP entity implementations. An entity is the optional content of a message. This package provides a basic selection of entity implementations that can obtain content from byte array, string, file, or through an arbitrary input stream. If a message is received from an open connection, usually it is represented by streamed entity. Entity implementations can be wrapped, for example to buffer the content in memory.
Skip navigation links

Copyright © 2005-2019 The Apache Software Foundation. All Rights Reserved.