| Author: | Juti Noppornpitak |
|---|---|
| Status: | Stable |
| Last Update: | November 29, 2013 |
Web Socket Handler with extension to session controller
Get the (re-usable) component from the initialized Imagination component locator service.
| Parameters: |
|
|---|---|
| Returns: | module, package registered or None |
Session Controller
| Return type: | tori.session.controller.Controller |
|---|
| Author: | Juti Noppornpitak |
|---|---|
| Status: | Stable/Testing |
| Last Update: | November 29, 2013 |
Remote Interface
Extends from tori.socket.websocket.WebSocket
The parameter message is supposed to be in JSON format:
{
["id": unique_id,]
["service": service_name,]
["data": parameter_object,]
"method": method_name
}
When the service is not specified, the interface will act as a service.
RPC Request
| Parameters: |
|
|---|
Execute the request
| Returns: | the result of the execution |
|---|
RPC Response
| Parameters: |
|
|---|