NIMSDK-AOS 10.4.0-beta
载入中...
搜索中...
未找到
PassthroughService.java
浏览该文件的文档.
1package com.netease.nimlib.sdk.passthrough;
2
3import com.netease.nimlib.apt.annotation.NIMService;
4import com.netease.nimlib.sdk.InvocationFuture;
5import com.netease.nimlib.sdk.passthrough.model.PassthroughProxyData;
6
7/**
8 * Created by hzsunyj on 2019-12-23.
9 */
10@NIMService("透传服务")
11public interface PassthroughService {
12
13 /**
14 * 代理客户端http请求到应用服务器
15 * @param passThroughProxyData
16 * @return
17 */
19}
InvocationFuture< PassthroughProxyData > httpProxy(PassthroughProxyData passThroughProxyData)
代理客户端http请求到应用服务器