Package com.stimulsoft.base.json
Class HTTPTokener
java.lang.Object
com.stimulsoft.base.json.JSONTokener
com.stimulsoft.base.json.HTTPTokener
The HTTPTokener extends the JSONTokener to provide additional methods for the parsing of HTTP
headers.
- Version:
- 2
- Author:
- JSON.org
-
Constructor Details
-
HTTPTokener
Construct an XMLTokener from a string.- Parameters:
s- A source string.
-
-
Method Details
-
nextToken
Get the next token or string. This is used in parsing HTTP headers.- Returns:
- A String.
- Throws:
JSONException
-