Uses of Interface
io.grpc.stub.ServerCalls.BidiStreamingMethod
Packages that use ServerCalls.BidiStreamingMethod
Package
Description
API for the Stub layer.
-
Uses of ServerCalls.BidiStreamingMethod in io.grpc.channelz.v1
Classes in io.grpc.channelz.v1 that implement ServerCalls.BidiStreamingMethodModifier and TypeClassDescriptionprivate static final classChannelzGrpc.MethodHandlers<Req,Resp> -
Uses of ServerCalls.BidiStreamingMethod in io.grpc.health.v1
Classes in io.grpc.health.v1 that implement ServerCalls.BidiStreamingMethod -
Uses of ServerCalls.BidiStreamingMethod in io.grpc.lb.v1
Classes in io.grpc.lb.v1 that implement ServerCalls.BidiStreamingMethodModifier and TypeClassDescriptionprivate static final classLoadBalancerGrpc.MethodHandlers<Req,Resp> -
Uses of ServerCalls.BidiStreamingMethod in io.grpc.lookup.v1
Classes in io.grpc.lookup.v1 that implement ServerCalls.BidiStreamingMethodModifier and TypeClassDescriptionprivate static final classRouteLookupServiceGrpc.MethodHandlers<Req,Resp> -
Uses of ServerCalls.BidiStreamingMethod in io.grpc.reflection.v1
Classes in io.grpc.reflection.v1 that implement ServerCalls.BidiStreamingMethodModifier and TypeClassDescriptionprivate static final classServerReflectionGrpc.MethodHandlers<Req,Resp> -
Uses of ServerCalls.BidiStreamingMethod in io.grpc.reflection.v1alpha
Classes in io.grpc.reflection.v1alpha that implement ServerCalls.BidiStreamingMethodModifier and TypeClassDescriptionprivate static final classServerReflectionGrpc.MethodHandlers<Req,Resp> -
Uses of ServerCalls.BidiStreamingMethod in io.grpc.stub
Methods in io.grpc.stub with parameters of type ServerCalls.BidiStreamingMethodModifier and TypeMethodDescriptionstatic <ReqT,RespT>
ServerCallHandler<ReqT, RespT> ServerCalls.asyncBidiStreamingCall(ServerCalls.BidiStreamingMethod<ReqT, RespT> method) Creates aServerCallHandlerfor a bidi streaming method of the service.