Package org.apache.http.nio.entity

Representations for non-blocking HTTP message entities.

See: Description

Package org.apache.http.nio.entity Description

Representations for non-blocking HTTP message entities. 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 compatibility adaptor for blocking HTTP entities. If a message is received from an open non-blocking connection, usually it is represented by consuming entity.

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