Android
org.apache.http.entity
public interface

org.apache.http.entity.ContentLengthStrategy

org.apache.http.entity.ContentLengthStrategy

Represents a strategy to determine the content length based on the properties of an HTTP message.

Summary

Constants

      Value  
int  CHUNKED    -2  0xfffffffe 
int  IDENTITY    -1  0xffffffff 

Public Methods

          long  determineLength(HttpMessage message)

Details

Constants

public static final int CHUNKED

Constant Value: -2 (0xfffffffe)

public static final int IDENTITY

Constant Value: -1 (0xffffffff)

Public Methods

public long determineLength(HttpMessage message)

Throws

HttpException
Copyright 2007 Google Inc. Build 0.9_r1-98467 - 14 Aug 2008 18:48