NIMSDK-AOS  10.9.80
Public 成员函数 | 静态 Public 成员函数 | Public 属性 | 所有成员列表
com.netease.nimlib.sdk.v2.passthrough.enums.V2NIMProxyRequestMethod 枚举类型参考

请求方式 更多...

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.java6 行定义.

构造及析构函数说明

com.netease.nimlib.sdk.v2.passthrough.enums.V2NIMProxyRequestMethod.V2NIMProxyRequestMethod ( int  value)

在文件 V2NIMProxyRequestMethod.java29 行定义.

成员函数说明

int com.netease.nimlib.sdk.v2.passthrough.enums.V2NIMProxyRequestMethod.getValue ( )

在文件 V2NIMProxyRequestMethod.java33 行定义.

static V2NIMProxyRequestMethod com.netease.nimlib.sdk.v2.passthrough.enums.V2NIMProxyRequestMethod.typeOfValue ( int  value)
static

在文件 V2NIMProxyRequestMethod.java37 行定义.

类成员变量说明

com.netease.nimlib.sdk.v2.passthrough.enums.V2NIMProxyRequestMethod.V2NIM_PROXY_REQUEST_METHOD_DELETE =(4)

DELETE请求

在文件 V2NIMProxyRequestMethod.java23 行定义.

com.netease.nimlib.sdk.v2.passthrough.enums.V2NIMProxyRequestMethod.V2NIM_PROXY_REQUEST_METHOD_GET =(1)

GET请求

在文件 V2NIMProxyRequestMethod.java11 行定义.

com.netease.nimlib.sdk.v2.passthrough.enums.V2NIMProxyRequestMethod.V2NIM_PROXY_REQUEST_METHOD_POST =(2)

POST请求

在文件 V2NIMProxyRequestMethod.java15 行定义.

com.netease.nimlib.sdk.v2.passthrough.enums.V2NIMProxyRequestMethod.V2NIM_PROXY_REQUEST_METHOD_PUT =(3)

PUT请求

在文件 V2NIMProxyRequestMethod.java19 行定义.


枚举说明文档从下列文件生成: