Searched refs:TKO_BASE_URL (Results 1 – 6 of 6) sorted by relevance
20 JsonRpcProxy.setDefaultBaseUrl(JsonRpcProxy.TKO_BASE_URL); in onModuleLoad()27 JsonRpcProxy proxy = JsonRpcProxy.createProxy(autotestServerUrl + JsonRpcProxy.TKO_BASE_URL, in initialize()29 JsonRpcProxy.setProxy(JsonRpcProxy.TKO_BASE_URL, proxy); in initialize()
28 JsonRpcProxy.setDefaultBaseUrl(JsonRpcProxy.TKO_BASE_URL); in onModuleLoad()
103 String url = JsonRpcProxy.TKO_BASE_URL + "csv/?" + URL.encode(request.toString()); in doCsvRequest()
18 public static final String TKO_BASE_URL = "/new_tko/server/"; field in JsonRpcProxy
64 JsonRpcProxy.setDefaultBaseUrl(JsonRpcProxy.TKO_BASE_URL); in initialize()
384 JsonRpcProxy rpcProxy = JsonRpcProxy.getProxy(JsonRpcProxy.TKO_BASE_URL); in callGetSpongeUrl()