org.melati.util
Class HttpHeader.TokenAndQValueIterator
java.lang.Object
org.melati.util.HttpHeader.FieldIterator
org.melati.util.HttpHeader.TokenAndQValueIterator
- All Implemented Interfaces:
- Enumeration, Iterator
- Direct Known Subclasses:
- AcceptCharset.CharsetAndQValueIterator
- Enclosing class:
- HttpHeader
public class HttpHeader.TokenAndQValueIterator
- extends HttpHeader.FieldIterator
Iteration over HttpHeader.TokenAndQValue
s.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HttpHeader.TokenAndQValueIterator
public HttpHeader.TokenAndQValueIterator()
nextTokenAndQValue
public HttpHeader.TokenAndQValue nextTokenAndQValue()
throws HttpHeader.HttpHeaderException
- Returns:
- the next TokenAndQValue
- Throws:
HttpHeader.HttpHeaderException
nextToken
public Object nextToken()
throws HttpHeader.HttpHeaderException
-
- Specified by:
nextToken
in class HttpHeader.FieldIterator
- Returns:
- the next token or throws an exception
- Throws:
HttpHeader.HttpHeaderException
- See Also:
HttpHeader.FieldIterator.nextToken()
Copyright © 2000-2010 PanEris. All Rights Reserved.