Interface ContentLengthStrategy

All Known Implementing Classes:
LaxContentLengthStrategy, StrictContentLengthStrategy

public interface ContentLengthStrategy
Represents a strategy to determine the content length based on the properties of an HTTP message.
Since:
4.0
Version:
$Revision: 613298 $
Author:
Oleg Kalnichevski
  • Field Summary

    Fields
    Modifier and Type Field Description
    static int CHUNKED  
    static int IDENTITY  
  • Method Summary

    Modifier and Type Method Description
    long determineLength​(HttpMessage message)