NIMSDK-AOS
9.19.0
basesdk
src
com
netease
nimlib
sdk
passthrough
PassthroughService.java
浏览该文件的文档.
1
package
com.netease.nimlib.sdk.passthrough;
2
3
import
com
.
netease
.
nimlib
.apt.annotation.NIMService;
4
import
com
.
netease
.
nimlib
.
sdk
.
InvocationFuture
;
5
import
com
.
netease
.
nimlib
.
sdk
.
passthrough
.
model
.
PassthroughProxyData
;
6
7
/**
8
* Created by hzsunyj on 2019-12-23.
9
*/
10
@NIMService(
"透传服务"
)
11
public interface
PassthroughService
{
12
13
/**
14
* 代理客户端http请求到应用服务器
15
* @param passThroughProxyData
16
* @return
17
*/
18
InvocationFuture<PassthroughProxyData>
httpProxy(
PassthroughProxyData
passThroughProxyData);
19
}
com.netease.nimlib.sdk.passthrough.PassthroughService
Created by hzsunyj on 2019-12-23.
Definition:
PassthroughService.java:11
com.netease.nimlib.sdk
Definition:
RequestCallback.java:1
com.netease.nimlib.sdk.passthrough.model
Definition:
PassthroughNotifyData.java:1
com.netease
com
com.netease.nimlib.sdk.InvocationFuture
调用跟踪
Definition:
InvocationFuture.java:6
com.netease.nimlib.sdk.passthrough.model.PassthroughProxyData
Created by hzsunyj on 2019-12-23.
Definition:
PassthroughProxyData.java:11
com.netease.nimlib.sdk.passthrough
com.netease.nimlib
生成于 2024年 十月 16日 星期三 10:25:05 , 为 NIMSDK-AOS使用
1.8.13