Uses of Interface
org.apache.http.HeaderIterator
| Package | Description |
|---|---|
| org.apache.http |
The core interfaces and classes of the HTTP components.
|
| org.apache.http.impl |
Default implementations for interfaces in
org.apache.http. |
| org.apache.http.message |
A selection of HTTP
message
implementations. |
-
Uses of HeaderIterator in org.apache.http
Methods in org.apache.http that return HeaderIterator Modifier and Type Method Description HeaderIteratorHttpMessage. headerIterator()Returns an iterator of all the headers.HeaderIteratorHttpMessage. headerIterator(String name)Returns an iterator of the headers with a given name. -
Uses of HeaderIterator in org.apache.http.impl
Methods in org.apache.http.impl with parameters of type HeaderIterator Modifier and Type Method Description protected TokenIteratorDefaultConnectionReuseStrategy. createTokenIterator(HeaderIterator hit)Creates a token iterator from a header iterator. -
Uses of HeaderIterator in org.apache.http.message
Classes in org.apache.http.message that implement HeaderIterator Modifier and Type Class Description classBasicHeaderIteratorBasic implementation of aHeaderIterator.classBasicListHeaderIteratorImplementation of aHeaderIteratorbased on aList.Fields in org.apache.http.message declared as HeaderIterator Modifier and Type Field Description protected HeaderIteratorBasicTokenIterator. headerItThe iterator from which to obtain the next header.Methods in org.apache.http.message that return HeaderIterator Modifier and Type Method Description HeaderIteratorAbstractHttpMessage. headerIterator()HeaderIteratorAbstractHttpMessage. headerIterator(String name)HeaderIteratorHeaderGroup. iterator()Returns an iterator over this group of headers.HeaderIteratorHeaderGroup. iterator(String name)Returns an iterator over the headers with a given name in this group.Constructors in org.apache.http.message with parameters of type HeaderIterator Constructor Description BasicHeaderElementIterator(HeaderIterator headerIterator)BasicHeaderElementIterator(HeaderIterator headerIterator, HeaderValueParser parser)Creates a new instance of BasicHeaderElementIteratorBasicTokenIterator(HeaderIterator headerIterator)Creates a new instance ofBasicTokenIterator.