Searched refs:JsonRpcServer (Results 1 – 2 of 2) sorted by relevance
24 import com.googlecode.android_scripting.jsonrpc.JsonRpcServer;33 private final JsonRpcServer mJsonRpcServer;55 mJsonRpcServer = new JsonRpcServer(mFacadeManagerFactory, getSecret()); in AndroidProxy()
36 public class JsonRpcServer extends SimpleServer { class50 public JsonRpcServer(RpcReceiverManagerFactory managerFactory, String handshake) { in JsonRpcServer() method in JsonRpcServer