NIMSDK-AOS  9.21.10
| Public 成员函数 | 静态 Public 成员函数 | 所有成员列表
com.netease.nimlib.sdk.passthrough.model.PassthroughProxyData类 参考

Created by hzsunyj on 2019-12-23. 更多...

类 com.netease.nimlib.sdk.passthrough.model.PassthroughProxyData 继承关系图:

interface  Method
 

Public 成员函数

 PassthroughProxyData (String zone, String path, int method, String header, String body)
 
 PassthroughProxyData (String path, int method, String header, String body)
 
 PassthroughProxyData (String path, String header, String body)
 
 PassthroughProxyData (String header, String body)
 
String getZone ()
 
void setZone (String zone)
 
String getPath ()
 
void setPath (String path)
 
int getMethod ()
 
void setMethod (int method)
 
String getHeader ()
 
void setHeader (String header)
 
String getBody ()
 
void setBody (String body)
 

静态 Public 成员函数

static PassthroughProxyData fromProperty (Property property)
 

详细描述

Created by hzsunyj on 2019-12-23.

在文件 PassthroughProxyData.java11 行定义.

构造及析构函数说明

com.netease.nimlib.sdk.passthrough.model.PassthroughProxyData.PassthroughProxyData ( String  zone,
String  path,
int  method,
String  header,
String  body 
)

在文件 PassthroughProxyData.java49 行定义.

com.netease.nimlib.sdk.passthrough.model.PassthroughProxyData.PassthroughProxyData ( String  path,
int  method,
String  header,
String  body 
)

在文件 PassthroughProxyData.java57 行定义.

com.netease.nimlib.sdk.passthrough.model.PassthroughProxyData.PassthroughProxyData ( String  path,
String  header,
String  body 
)

在文件 PassthroughProxyData.java61 行定义.

com.netease.nimlib.sdk.passthrough.model.PassthroughProxyData.PassthroughProxyData ( String  header,
String  body 
)

在文件 PassthroughProxyData.java65 行定义.

成员函数说明

static PassthroughProxyData com.netease.nimlib.sdk.passthrough.model.PassthroughProxyData.fromProperty ( Property  property)
static

在文件 PassthroughProxyData.java112 行定义.

String com.netease.nimlib.sdk.passthrough.model.PassthroughProxyData.getBody ( )

在文件 PassthroughProxyData.java104 行定义.

String com.netease.nimlib.sdk.passthrough.model.PassthroughProxyData.getHeader ( )

在文件 PassthroughProxyData.java96 行定义.

int com.netease.nimlib.sdk.passthrough.model.PassthroughProxyData.getMethod ( )

在文件 PassthroughProxyData.java85 行定义.

String com.netease.nimlib.sdk.passthrough.model.PassthroughProxyData.getPath ( )

在文件 PassthroughProxyData.java77 行定义.

String com.netease.nimlib.sdk.passthrough.model.PassthroughProxyData.getZone ( )

在文件 PassthroughProxyData.java69 行定义.

void com.netease.nimlib.sdk.passthrough.model.PassthroughProxyData.setBody ( String  body)

在文件 PassthroughProxyData.java108 行定义.

void com.netease.nimlib.sdk.passthrough.model.PassthroughProxyData.setHeader ( String  header)

在文件 PassthroughProxyData.java100 行定义.

void com.netease.nimlib.sdk.passthrough.model.PassthroughProxyData.setMethod ( int  method)

在文件 PassthroughProxyData.java92 行定义.

void com.netease.nimlib.sdk.passthrough.model.PassthroughProxyData.setPath ( String  path)

在文件 PassthroughProxyData.java81 行定义.

void com.netease.nimlib.sdk.passthrough.model.PassthroughProxyData.setZone ( String  zone)

在文件 PassthroughProxyData.java73 行定义.


该类的文档由以下文件生成: