org.json
クラス HTTPTokener
java.lang.Object
org.json.JSONTokener
org.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.json.JSONTokener から継承されたメソッド |
back, dehexchar, 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 (C) 2006-2012 LittleSoft Corporation. All Rights Reserved.