org.apache.wicket.ajax.json
Class HTTPTokener

java.lang.Object
  extended by org.apache.wicket.ajax.json.JSONTokener
      extended by org.apache.wicket.ajax.json.HTTPTokener

Deprecated. since 6.27.0/7.7.0 for legal reasons.

@Deprecated
public class HTTPTokener
extends JSONTokener


Constructor Summary
HTTPTokener(String string)
          Deprecated.  
 
Method Summary
 String nextToken()
          Deprecated.  
 
Methods inherited from class org.apache.wicket.ajax.json.JSONTokener
back, dehexchar, end, 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

HTTPTokener

public HTTPTokener(String string)
Deprecated. 
Method Detail

nextToken

public String nextToken()
                 throws JSONException
Deprecated. 
Throws:
JSONException


Copyright © 2006–2020 Apache Software Foundation. All rights reserved.