Class Body


public class Body extends AbstractBody
A message body (streaming, if possible). Use a subclass of ChunkedBody instead, if "Transfer-Encoding: chunked" is set on the input.

The "Transfer-Encoding" of the output is not determined by this class hierarchy, but by AbstractBodyTransferrer and its subclasses.

The caller is responsible to adjust the header accordingly, e.g. the fields Transfer-Encoding and Content-Length.