NIMSDK-AOS
10.5.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
10
@NIMService(
"透传服务"
)
11
public interface
PassthroughService
{
12
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年 十月 15日 星期二 18:40:25 , 为 NIMSDK-AOS使用
1.8.13