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