|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.googlecode.android_scripting.SimpleServer
com.googlecode.android_scripting.jsonrpc.JsonRpcServer
public class JsonRpcServer
A JSON RPC server that forwards RPC calls to a specified receiver object.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class com.googlecode.android_scripting.SimpleServer |
|---|
SimpleServer.SimpleServerObserver |
| Constructor Summary | |
|---|---|
JsonRpcServer(RpcReceiverManagerFactory managerFactory,
java.lang.String handshake)
Construct a JsonRpcServer connected to the provided RpcReceiverManager. |
|
| Method Summary | |
|---|---|
void |
shutdown()
|
| Methods inherited from class com.googlecode.android_scripting.SimpleServer |
|---|
addObserver, getNumberOfConnections, getPublicInetAddress, removeObserver, startAllInterfaces, startLocal, startPublic |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JsonRpcServer(RpcReceiverManagerFactory managerFactory,
java.lang.String handshake)
JsonRpcServer connected to the provided RpcReceiverManager.
managerFactory - the RpcReceiverManager to register with the serverhandshake - the secret handshake required for authorization to use this server| Method Detail |
|---|
public void shutdown()
shutdown in class SimpleServer
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||