Package com.kurento.kmf.content.jsonrpc.param

Examples of com.kurento.kmf.content.jsonrpc.param.JsonRpcCommand


  // TODO: for symmetry rename rest of newRequest methods?
  public static JsonRpcRequest newExecuteRequest(String commandType,
      String commandData, String sessionId, Integer id) {
    return new JsonRpcRequest(JsonRpcConstants.METHOD_EXECUTE,
        JsonRpcRequestParams
            .newExecuteRequestParams(new JsonRpcCommand(
                commandType, commandData), sessionId), id);
  }
View Full Code Here

TOP

Related Classes of com.kurento.kmf.content.jsonrpc.param.JsonRpcCommand

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.