HeaderIteratorpublic interface HeaderIterator implements IteratorA type-safe iterator for {@link Header Header} objects. |
Methods Summary |
---|
public boolean | hasNext()Indicates whether there is another header in this iteration.
| public org.apache.http.Header | nextHeader()Obtains the next header from this iteration.
This method should only be called while {@link #hasNext hasNext}
is true.
|
|