org.activiti.engine.impl.util.json
类 HTTPTokener
java.lang.Object
org.activiti.engine.impl.util.json.JSONTokener
org.activiti.engine.impl.util.json.HTTPTokener
public class HTTPTokener
- extends JSONTokener
The HTTPTokener extends the JSONTokener to provide additional methods
for the parsing of HTTP headers.
- 版本:
- 2008-09-18
- 作者:
- JSON.org
从类 org.activiti.engine.impl.util.json.JSONTokener 继承的方法 |
back, dehexchar, end, more, next, next, next, nextClean, nextString, nextTo, nextTo, nextValue, skipTo, syntaxError, toString |
HTTPTokener
public HTTPTokener(String s)
- Construct an HTTPTokener from a string.
- 参数:
s
- A source string.
nextToken
public String nextToken()
throws JSONException
- Get the next token or string. This is used in parsing HTTP headers.
- 返回:
- A String.
- 抛出:
JSONException
Copyright © 2013 Alfresco. All rights reserved.