Package org.apache.http
Interface HeaderIterator
- All Known Implementing Classes:
BasicHeaderIterator
,BasicListHeaderIterator
A type-safe iterator for
Header
objects.- Since:
- 4.0
-
Method Summary
Modifier and TypeMethodDescriptionboolean
hasNext()
Indicates whether there is another header in this iteration.Obtains the next header from this iteration.Methods inherited from interface java.util.Iterator
forEachRemaining, next, remove