NIMSDK-AOS  10.5.0
PassthroughService.java
浏览该文件的文档.
1 package com.netease.nimlib.sdk.passthrough;
2 
3 import com.netease.nimlib.apt.annotation.NIMService;
6 
10 @NIMService("透传服务")
11 public interface PassthroughService {
12 
18  InvocationFuture<PassthroughProxyData> httpProxy(PassthroughProxyData passThroughProxyData);
19 }