Uses of Interface
org.apache.http.HeaderIterator
Packages that use HeaderIterator
Package
Description
Core HTTP component APIs and primitives.
Default implementations of HTTP connections for synchronous,
blocking communication.
Core HTTP message components, message element parser
and writer APIs and their default implementations.
-
Uses of HeaderIterator in org.apache.http
Methods in org.apache.http that return HeaderIteratorModifier and TypeMethodDescriptionHttpMessage.headerIterator()
Returns an iterator of all the headers.HttpMessage.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 HeaderIteratorModifier and TypeMethodDescriptionprotected TokenIterator
DefaultConnectionReuseStrategy.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 HeaderIteratorModifier and TypeClassDescriptionclass
Basic implementation of aHeaderIterator
.class
Implementation of aHeaderIterator
based on aList
.Fields in org.apache.http.message declared as HeaderIteratorModifier and TypeFieldDescriptionprivate final HeaderIterator
BasicHeaderElementIterator.headerIt
protected final HeaderIterator
BasicTokenIterator.headerIt
The iterator from which to obtain the next header.Methods in org.apache.http.message that return HeaderIteratorModifier and TypeMethodDescriptionAbstractHttpMessage.headerIterator()
AbstractHttpMessage.headerIterator
(String name) HeaderGroup.iterator()
Returns an iterator over this group of headers.Returns an iterator over the headers with a given name in this group.Constructors in org.apache.http.message with parameters of type HeaderIteratorModifierConstructorDescriptionBasicHeaderElementIterator
(HeaderIterator headerIterator) BasicHeaderElementIterator
(HeaderIterator headerIterator, HeaderValueParser parser) Creates a new instance of BasicHeaderElementIteratorBasicTokenIterator
(HeaderIterator headerIterator) Creates a new instance ofBasicTokenIterator
.