public class GrpcClientChannel extends Channel
GrpcClient.| Constructor and Description |
|---|
GrpcClientChannel(GrpcClient client,
SocketAddress server) |
| Modifier and Type | Method and Description |
|---|---|
String |
authority() |
<RequestT,ResponseT> |
newCall(MethodDescriptor<RequestT,ResponseT> methodDescriptor,
CallOptions callOptions) |
public GrpcClientChannel(GrpcClient client, SocketAddress server)
public <RequestT,ResponseT> ClientCall<RequestT,ResponseT> newCall(MethodDescriptor<RequestT,ResponseT> methodDescriptor, CallOptions callOptions)
Copyright © 2023 Eclipse. All rights reserved.