|
NIMSDK-AOS
10.9.80
|
请求方式 更多...
Public 成员函数 | |
| V2NIMProxyRequestMethod (int value) | |
| int | getValue () |
静态 Public 成员函数 | |
| static V2NIMProxyRequestMethod | typeOfValue (int value) |
Public 属性 | |
| V2NIM_PROXY_REQUEST_METHOD_GET =(1) | |
| GET请求 更多... | |
| V2NIM_PROXY_REQUEST_METHOD_POST =(2) | |
| POST请求 更多... | |
| V2NIM_PROXY_REQUEST_METHOD_PUT =(3) | |
| PUT请求 更多... | |
| V2NIM_PROXY_REQUEST_METHOD_DELETE =(4) | |
| DELETE请求 更多... | |
请求方式
在文件 V2NIMProxyRequestMethod.java 第 6 行定义.
| com.netease.nimlib.sdk.v2.passthrough.enums.V2NIMProxyRequestMethod.V2NIMProxyRequestMethod | ( | int | value | ) |
在文件 V2NIMProxyRequestMethod.java 第 29 行定义.
| int com.netease.nimlib.sdk.v2.passthrough.enums.V2NIMProxyRequestMethod.getValue | ( | ) |
在文件 V2NIMProxyRequestMethod.java 第 33 行定义.
|
static |
在文件 V2NIMProxyRequestMethod.java 第 37 行定义.
| com.netease.nimlib.sdk.v2.passthrough.enums.V2NIMProxyRequestMethod.V2NIM_PROXY_REQUEST_METHOD_DELETE =(4) |
DELETE请求
在文件 V2NIMProxyRequestMethod.java 第 23 行定义.
| com.netease.nimlib.sdk.v2.passthrough.enums.V2NIMProxyRequestMethod.V2NIM_PROXY_REQUEST_METHOD_GET =(1) |
GET请求
在文件 V2NIMProxyRequestMethod.java 第 11 行定义.
| com.netease.nimlib.sdk.v2.passthrough.enums.V2NIMProxyRequestMethod.V2NIM_PROXY_REQUEST_METHOD_POST =(2) |
POST请求
在文件 V2NIMProxyRequestMethod.java 第 15 行定义.
| com.netease.nimlib.sdk.v2.passthrough.enums.V2NIMProxyRequestMethod.V2NIM_PROXY_REQUEST_METHOD_PUT =(3) |
PUT请求
在文件 V2NIMProxyRequestMethod.java 第 19 行定义.
1.8.11