Searched defs:GrpcProxy (Results 1 – 1 of 1) sorted by relevance
57 public final class GrpcProxy<ReqT, RespT> implements ServerCallHandler<ReqT, RespT> { class62 public GrpcProxy(Channel channel) { in GrpcProxy() method in GrpcProxy