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

コンストラクタの概要
HTTPTokener(String s)
          Construct an HTTPTokener from a string.
 
メソッドの概要
 String nextToken()
          Get the next token or string.
 
クラス org.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
 

コンストラクタの詳細

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.