| java.lang.Object | ||
| ↳ | edu.stanford.junction.provider.jx.json.JsonHandler | |
| ↳ | edu.stanford.junction.provider.jx.json.JsonWebSocketHandler | |
Helps read and write json messages over a WebSocket.
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
edu.stanford.junction.provider.jx.json.JsonHandler
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Reads a JSON object from the handler's inputStream.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
edu.stanford.junction.provider.jx.json.JsonHandler
| |||||||||||
From class
java.lang.Object
| |||||||||||
Reads a JSON object from the handler's inputStream. This method is not thread safe.
| IOException |
|---|