Uses of Interface
io.grpc.stub.ServerCalls.ClientStreamingMethod
Packages that use ServerCalls.ClientStreamingMethod
Package
Description
API for the Stub layer.
-
Uses of ServerCalls.ClientStreamingMethod in io.grpc.channelz.v1
Classes in io.grpc.channelz.v1 that implement ServerCalls.ClientStreamingMethodModifier and TypeClassDescriptionprivate static final class
ChannelzGrpc.MethodHandlers<Req,
Resp> -
Uses of ServerCalls.ClientStreamingMethod in io.grpc.health.v1
Classes in io.grpc.health.v1 that implement ServerCalls.ClientStreamingMethod -
Uses of ServerCalls.ClientStreamingMethod in io.grpc.lb.v1
Classes in io.grpc.lb.v1 that implement ServerCalls.ClientStreamingMethodModifier and TypeClassDescriptionprivate static final class
LoadBalancerGrpc.MethodHandlers<Req,
Resp> -
Uses of ServerCalls.ClientStreamingMethod in io.grpc.lookup.v1
Classes in io.grpc.lookup.v1 that implement ServerCalls.ClientStreamingMethodModifier and TypeClassDescriptionprivate static final class
RouteLookupServiceGrpc.MethodHandlers<Req,
Resp> -
Uses of ServerCalls.ClientStreamingMethod in io.grpc.reflection.v1
Classes in io.grpc.reflection.v1 that implement ServerCalls.ClientStreamingMethodModifier and TypeClassDescriptionprivate static final class
ServerReflectionGrpc.MethodHandlers<Req,
Resp> -
Uses of ServerCalls.ClientStreamingMethod in io.grpc.reflection.v1alpha
Classes in io.grpc.reflection.v1alpha that implement ServerCalls.ClientStreamingMethodModifier and TypeClassDescriptionprivate static final class
ServerReflectionGrpc.MethodHandlers<Req,
Resp> -
Uses of ServerCalls.ClientStreamingMethod in io.grpc.stub
Methods in io.grpc.stub with parameters of type ServerCalls.ClientStreamingMethodModifier and TypeMethodDescriptionstatic <ReqT,
RespT>
ServerCallHandler<ReqT, RespT> ServerCalls.asyncClientStreamingCall
(ServerCalls.ClientStreamingMethod<ReqT, RespT> method) Creates aServerCallHandler
for a client streaming method of the service.