Package org.apache.hc.core5.http.message
Class BasicTokenIterator
java.lang.Object
org.apache.hc.core5.http.message.BasicTokenIterator
- Since:
- 4.0
-
Constructor Summary
ConstructorsConstructorDescriptionBasicTokenIterator(Iterator<Header> headerIterator) Creates a new instance ofBasicTokenIterator. -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Iterator
forEachRemaining
-
Constructor Details
-
BasicTokenIterator
Creates a new instance ofBasicTokenIterator.- Parameters:
headerIterator- the iterator for the headers to tokenize
-
-
Method Details
-
hasNext
public boolean hasNext() -
next
- Specified by:
nextin interfaceIterator<T>- Throws:
NoSuchElementException
-
remove
- Specified by:
removein interfaceIterator<T>- Throws:
UnsupportedOperationException
-