org.json
Class HTTPTokener
java.lang.Object
org.json.JSONTokener
org.json.HTTPTokener
public class HTTPTokener
- extends JSONTokener
The HTTPTokener extends the JSONTokener to provide additional methods
for the parsing of HTTP headers.
Methods inherited from class org.json.JSONTokener |
back, dehexchar, more, next, next, next, nextClean, nextString, nextTo, nextTo, nextValue, skipTo, syntaxError, toString |
HTTPTokener
public HTTPTokener(String s)
- Construct an XMLTokener from a string.
- Parameters:
s
- A source string.
nextToken
public String nextToken()
throws JSONException
- Get the next token or string. This is used in parsing HTTP headers.
- Returns:
- A String.
- Throws:
JSONException