|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.sling.commons.json.JSONTokener org.apache.sling.commons.json.http.HTTPTokener
public class HTTPTokener
The HTTPTokener extends the JSONTokener to provide additional methods for the parsing of HTTP headers.
Constructor Summary | |
---|---|
HTTPTokener(java.lang.String s)
Construct an XMLTokener from a string. |
Method Summary | |
---|---|
java.lang.String |
nextToken()
Get the next token or string. |
Methods inherited from class org.apache.sling.commons.json.JSONTokener |
---|
back, dehexchar, more, next, next, next, nextClean, nextString, nextTo, nextTo, nextValue, skipPast, skipTo, syntaxError, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public HTTPTokener(java.lang.String s)
s
- A source string.Method Detail |
---|
public java.lang.String nextToken() throws JSONException
JSONException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |