| Interface | Description |
|---|---|
| ResponseDataParser<T> |
interface to parse response data.
|
| Class | Description |
|---|---|
| ChannelServiceHttpClient |
A HTTP-based network client to access the Channel server.
|
| JsonResponseParser |
ResponseDataParser to parse a response data to JSONObject. |
| StringResponseParser |
ResponseDataParser to parse a response data to String. |