Gets the request entity's length. This method should return a non-negative value if the content
length is known or a negative value if it is not. In the latter case the
org.apache.commons.httpclient.methods.EntityEnclosingMethod will use chunk encoding to
transmit the request entity.
a non-negative value when content length is known or a negative value when content length is not known