Created by hzsunyj on 2019-12-23.
更多...
|
| | 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) |
| |
Created by hzsunyj on 2019-12-23.
在文件 PassthroughProxyData.java 第 11 行定义.
| com.netease.nimlib.sdk.passthrough.model.PassthroughProxyData.PassthroughProxyData |
( |
String |
zone, |
|
|
String |
path, |
|
|
int |
method, |
|
|
String |
header, |
|
|
String |
body |
|
) |
| |
| com.netease.nimlib.sdk.passthrough.model.PassthroughProxyData.PassthroughProxyData |
( |
String |
path, |
|
|
int |
method, |
|
|
String |
header, |
|
|
String |
body |
|
) |
| |
| com.netease.nimlib.sdk.passthrough.model.PassthroughProxyData.PassthroughProxyData |
( |
String |
path, |
|
|
String |
header, |
|
|
String |
body |
|
) |
| |
| com.netease.nimlib.sdk.passthrough.model.PassthroughProxyData.PassthroughProxyData |
( |
String |
header, |
|
|
String |
body |
|
) |
| |
| static PassthroughProxyData com.netease.nimlib.sdk.passthrough.model.PassthroughProxyData.fromProperty |
( |
Property |
property | ) |
|
|
static |
| String com.netease.nimlib.sdk.passthrough.model.PassthroughProxyData.getBody |
( |
| ) |
|
| String com.netease.nimlib.sdk.passthrough.model.PassthroughProxyData.getHeader |
( |
| ) |
|
| int com.netease.nimlib.sdk.passthrough.model.PassthroughProxyData.getMethod |
( |
| ) |
|
| String com.netease.nimlib.sdk.passthrough.model.PassthroughProxyData.getPath |
( |
| ) |
|
| String com.netease.nimlib.sdk.passthrough.model.PassthroughProxyData.getZone |
( |
| ) |
|
| void com.netease.nimlib.sdk.passthrough.model.PassthroughProxyData.setBody |
( |
String |
body | ) |
|
| void com.netease.nimlib.sdk.passthrough.model.PassthroughProxyData.setHeader |
( |
String |
header | ) |
|
| void com.netease.nimlib.sdk.passthrough.model.PassthroughProxyData.setMethod |
( |
int |
method | ) |
|
| void com.netease.nimlib.sdk.passthrough.model.PassthroughProxyData.setPath |
( |
String |
path | ) |
|
| void com.netease.nimlib.sdk.passthrough.model.PassthroughProxyData.setZone |
( |
String |
zone | ) |
|
该类的文档由以下文件生成: