public interface JsonRpcRequest extends JsonRpcMessage
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getMethod() |
int |
getParamCount() |
Object |
getParams() |
Object[] |
getParams(Type[] types) |
String |
getParamsAsJson() |
getId, isRequest, isResponse, toJsonString getMethod()
int getParamCount()
Object getParams()
String getParamsAsJson() throws JsonException
JsonExceptionCopyright © 2018. All rights reserved.