Home | History | Annotate | Download | only in entity

Lines Matching defs:entity

2  * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/http/impl/entity/StrictContentLengthStrategy.java $
32 package org.apache.http.impl.entity;
39 import org.apache.http.entity.ContentLengthStrategy;
45 * This entity generator comforms to the entity transfer rules outlined in the
62 * empty line after the header fields, regardless of the entity-header fields present in the
72 * OCTETs represents both the entity-length and the transfer-length. The Content-Length
114 * has been, can be, or may need to be applied to an entity-body in order to ensure
116 * the transfer-coding is a property of the message, not of the original entity.
147 * the message, not of the entity.
153 * If multiple encodings have been applied to an entity, the transfer- codings MUST be listed in
155 * MAY be provided by other entity-header fields not defined by this specification.
159 * The Content-Length entity-header field indicates the size of the entity-body, in decimal
161 * the entity-body that would have been sent had the request been a GET.