public class JsonRpcRequest extends JsonRpcMessage
id| 构造器和说明 |
|---|
JsonRpcRequest(String id,
String method,
JsonImplementor.Node[] params) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getMethod() |
JsonImplementor.Node[] |
getParams() |
boolean |
isNotice() |
String |
toJson(JsonImplementor jsonImpl) |
getId, ofpublic JsonRpcRequest(String id, String method, JsonImplementor.Node[] params)
public String getMethod()
public JsonImplementor.Node[] getParams()
public boolean isNotice()
public String toJson(JsonImplementor jsonImpl) throws Exception
toJson 在类中 JsonRpcMessageExceptionCopyright © 2016. All rights reserved.