Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
プロジェクトで grpc を使用しています。クライアント側は Java で記述され、サーバー側は C++ で記述されています。
私の質問は、クライアント側で、呼び出す代わりにManagedChannel既存のオブジェクトからを作成する方法はありますか?SocketManagedChannelBuilder.forAddress(host, port)
ManagedChannel
Socket
ManagedChannelBuilder.forAddress(host, port)