|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectenc.JSONDecoder
public class JSONDecoder
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface javax.net.websocket.Decoder |
|---|
Decoder.Binary<T>, Decoder.Text<T> |
| Constructor Summary | |
|---|---|
JSONDecoder()
|
|
| Method Summary | |
|---|---|
org.json.JSONObject |
decode(java.lang.String s)
|
boolean |
willDecode(java.lang.String s)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JSONDecoder()
| Method Detail |
|---|
public org.json.JSONObject decode(java.lang.String s)
throws DecodeException
decode in interface Decoder.Text<org.json.JSONObject>DecodeExceptionpublic boolean willDecode(java.lang.String s)
willDecode in interface Decoder.Text<org.json.JSONObject>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||