|
|||||||||
上一个类 下一个类 | 框架 无框架 | ||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |
java.lang.Objectcom.qq.connect.utils.json.JSONTokener
com.qq.connect.utils.json.HTTPTokener
public class HTTPTokener
The HTTPTokener extends the JSONTokener to provide additional methods for the parsing of HTTP headers.
构造方法摘要 | |
---|---|
HTTPTokener(java.lang.String s)
Construct an XMLTokener from a string. |
方法摘要 | |
---|---|
java.lang.String |
nextToken()
Get the next token or string. |
从类 com.qq.connect.utils.json.JSONTokener 继承的方法 |
---|
back, dehexchar, more, next, next, next, nextClean, nextString, nextTo, nextTo, nextValue, skipTo, syntaxError, toString |
从类 java.lang.Object 继承的方法 |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
构造方法详细信息 |
---|
public HTTPTokener(java.lang.String s)
s
- A source string.方法详细信息 |
---|
public java.lang.String nextToken() throws JSONException
JSONException
|
|||||||||
上一个类 下一个类 | 框架 无框架 | ||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |