Public Member Functions | |
| HTTPTokener (String s) | |
| String | nextToken () throws JSONException |
The HTTPTokener extends the JSONTokener to provide additional methods for the parsing of HTTP headers.
| org.json.HTTPTokener.HTTPTokener | ( | String | s | ) |
Construct an HTTPTokener from a string.
| s | A source string. |
| String org.json.HTTPTokener.nextToken | ( | ) | throws JSONException |
Get the next token or string. This is used in parsing HTTP headers.
| JSONException |