Uses of Interface
io.grpc.stub.ServerCalls.UnaryRequestMethod
-
Packages that use ServerCalls.UnaryRequestMethod Package Description io.grpc.channelz.v1 io.grpc.health.v1 io.grpc.lb.v1 io.grpc.lookup.v1 io.grpc.reflection.v1 io.grpc.reflection.v1alpha io.grpc.stub API for the Stub layer. -
-
Uses of ServerCalls.UnaryRequestMethod in io.grpc.channelz.v1
Classes in io.grpc.channelz.v1 that implement ServerCalls.UnaryRequestMethod Modifier and Type Class Description private static classChannelzGrpc.MethodHandlers<Req,Resp> -
Uses of ServerCalls.UnaryRequestMethod in io.grpc.health.v1
Classes in io.grpc.health.v1 that implement ServerCalls.UnaryRequestMethod Modifier and Type Class Description private static classHealthGrpc.MethodHandlers<Req,Resp> -
Uses of ServerCalls.UnaryRequestMethod in io.grpc.lb.v1
Classes in io.grpc.lb.v1 that implement ServerCalls.UnaryRequestMethod Modifier and Type Class Description private static classLoadBalancerGrpc.MethodHandlers<Req,Resp> -
Uses of ServerCalls.UnaryRequestMethod in io.grpc.lookup.v1
Classes in io.grpc.lookup.v1 that implement ServerCalls.UnaryRequestMethod Modifier and Type Class Description private static classRouteLookupServiceGrpc.MethodHandlers<Req,Resp> -
Uses of ServerCalls.UnaryRequestMethod in io.grpc.reflection.v1
Classes in io.grpc.reflection.v1 that implement ServerCalls.UnaryRequestMethod Modifier and Type Class Description private static classServerReflectionGrpc.MethodHandlers<Req,Resp> -
Uses of ServerCalls.UnaryRequestMethod in io.grpc.reflection.v1alpha
Classes in io.grpc.reflection.v1alpha that implement ServerCalls.UnaryRequestMethod Modifier and Type Class Description private static classServerReflectionGrpc.MethodHandlers<Req,Resp> -
Uses of ServerCalls.UnaryRequestMethod in io.grpc.stub
Subinterfaces of ServerCalls.UnaryRequestMethod in io.grpc.stub Modifier and Type Interface Description static interfaceServerCalls.ServerStreamingMethod<ReqT,RespT>Adaptor to a server streaming method.static interfaceServerCalls.UnaryMethod<ReqT,RespT>Adaptor to a unary call method.Fields in io.grpc.stub declared as ServerCalls.UnaryRequestMethod Modifier and Type Field Description private ServerCalls.UnaryRequestMethod<ReqT,RespT>ServerCalls.UnaryServerCallHandler. methodConstructors in io.grpc.stub with parameters of type ServerCalls.UnaryRequestMethod Constructor Description UnaryServerCallHandler(ServerCalls.UnaryRequestMethod<ReqT,RespT> method, boolean serverStreaming)
-