Package io.servicetalk.http.api
Interface HttpMessageBodyIterable<T>
- Type Parameters:
T- The type of the payload body.
- All Superinterfaces:
BlockingIterable<T>,CloseableIterable<T>,Iterable<T>
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.servicetalk.concurrent.BlockingIterable
BlockingIterable.Processor<T> -
Method Summary
Methods inherited from interface io.servicetalk.concurrent.BlockingIterable
forEach, forEach, forEach, spliterator
-
Method Details
-
iterator
HttpMessageBodyIterator<T> iterator()- Specified by:
iteratorin interfaceBlockingIterable<T>- Specified by:
iteratorin interfaceCloseableIterable<T>- Specified by:
iteratorin interfaceIterable<T>
-