Lines Matching full:entities
40 * Entities can be found in some
44 * In some places, the JavaDoc distinguishes three kinds of entities,
49 * entities being received from a {@link HttpConnection connection}.
50 * {@link #isStreaming Streamed} entities are generally not
55 * Self-contained entities are generally {@link #isRepeatable repeatable}.
61 * entities. For entities that are created by an application and only sent
64 * to consider non-repeatable entities as streamed, and those that are
87 * For entities that are received, it can also indicate whether
90 * The behavior of wrapping entities is implementation dependent,
123 * Wrapping entities that modify the content encoding should
135 * Entities that are not {@link #isRepeatable repeatable}
158 * Streamed entities should return <code>true</code> until the
160 * Self-contained entities should return <code>false</code>.
161 * Wrapping entities should delegate this call to the wrapped entity.
182 * invocation. Content streaming entities are also expected to
183 * dispose of the remaining content, if any. Wrapping entities should
186 * This method is of particular importance for entities being