构建一条SSLChannel * * @param host 主机服务地址 * @param port 端口 * @param authority 域名 * @param certificates 证书 * @return */ public static ManagedChannel newSSLChannel(String host, int port, String authority, ...
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.