FileDocCategorySizeDatePackage
ContentLengthStrategy.javaAPI DocAndroid 1.5 API1995Wed May 06 22:41:10 BST 2009org.apache.http.entity

ContentLengthStrategy

public interface ContentLengthStrategy
Represents a strategy to determine the content length based on the properties of an HTTP message.
author
Oleg Kalnichevski
version
$Revision: 613298 $
since
4.0

Fields Summary
public static final int
IDENTITY
public static final int
CHUNKED
Constructors Summary
Methods Summary
public longdetermineLength(org.apache.http.HttpMessage message)