Uses of Interface
org.apache.http.HeaderIterator

Packages that use HeaderIterator
org.apache.http The core interfaces and classes of the HTTP components. 
org.apache.http.message A selection of HTTP message implementations. 
org.apache.http.util Mostly utility classes with static helper methods for various purposes. 
 

Uses of HeaderIterator in org.apache.http
 

Methods in org.apache.http that return HeaderIterator
 HeaderIterator HttpMessage.headerIterator()
          Returns an iterator of all the headers.
 HeaderIterator HttpMessage.headerIterator(java.lang.String name)
          Returns an iterator of the headers with a given name.
 

Uses of HeaderIterator in org.apache.http.message
 

Classes in org.apache.http.message that implement HeaderIterator
 class BasicHeaderIterator
          Basic implementation of a HeaderIterator.
 

Methods in org.apache.http.message that return HeaderIterator
 HeaderIterator AbstractHttpMessage.headerIterator()
           
 HeaderIterator AbstractHttpMessage.headerIterator(java.lang.String name)
           
 

Uses of HeaderIterator in org.apache.http.util
 

Classes in org.apache.http.util that implement HeaderIterator
 class ListHeaderIterator
          Implementation of a HeaderIterator based on a List.
 

Methods in org.apache.http.util that return HeaderIterator
 HeaderIterator HeaderGroup.iterator()
          Returns an iterator over this group of headers.
 HeaderIterator HeaderGroup.iterator(java.lang.String name)
          Returns an iterator over the headers with a given name in this group.
 



Copyright © 2005-2007 Apache Software Foundation. All Rights Reserved.