JavaScript is disabled on your browser.
Skip navigation links
Package
Class
Tree
Deprecated
Index
Help
Prev Letter
Next Letter
Frames
No Frames
All Classes
C
E
G
I
J
O
P
R
S
T
V
W
J
JSONException
- Exception in
org.quickconnectfamily.json
JSONException()
- Constructor for exception org.quickconnectfamily.json.
JSONException
JSONException(String)
- Constructor for exception org.quickconnectfamily.json.
JSONException
JSONException(String, Throwable)
- Constructor for exception org.quickconnectfamily.json.
JSONException
JSONInputStream
- Class in
org.quickconnectfamily.json
The JSONInputStream class is used when you want to read JSON from any type of InputStream such as a FileInputStream or a SocketInputStream.
JSONInputStream(InputStream)
- Constructor for class org.quickconnectfamily.json.
JSONInputStream
JSONOutputStream
- Class in
org.quickconnectfamily.json
The JSONOutputStream class is used when you want to send an object as a JSON string to any type of OutputStream such as a FileOutputStream or a SocketOutputStream.
JSONOutputStream(HttpURLConnection)
- Constructor for class org.quickconnectfamily.json.
JSONOutputStream
JSONOutputStream(OutputStream)
- Constructor for class org.quickconnectfamily.json.
JSONOutputStream
JSONUtilities
- Class in
org.quickconnectfamily.json
This class contains several utility methods for generating and parsing JSON strings.
JSONUtilities()
- Constructor for class org.quickconnectfamily.json.
JSONUtilities
JSONUtilities.encoding
- Enum in
org.quickconnectfamily.json
Encodings available for parsed and generated JSON Strings
C
E
G
I
J
O
P
R
S
T
V
W
Skip navigation links
Package
Class
Tree
Deprecated
Index
Help
Prev Letter
Next Letter
Frames
No Frames
All Classes