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:
iterator
in interfaceBlockingIterable<T>
- Specified by:
iterator
in interfaceCloseableIterable<T>
- Specified by:
iterator
in interfaceIterable<T>
-