File
Doc
Category
Size
Date
Package
ContentLengthStrategy.java
API Doc
Android 1.5 API
1995
Wed May 06 22:41:10 BST 2009
org.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
long
determineLength
(
org.apache.http.HttpMessage
message)
Java Code Source