Interface HttpMessageBodyIterable<T>

Type Parameters:
T - The type of the payload body.
All Superinterfaces:
BlockingIterable<T>, CloseableIterable<T>, Iterable<T>

public interface HttpMessageBodyIterable<T> extends BlockingIterable<T>
Iterable of the message-body that also provides access to the trailers.