Uses of Interface
io.grpc.stub.ServerCalls.StreamingRequestMethod
-
Packages that use ServerCalls.StreamingRequestMethod 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.StreamingRequestMethod in io.grpc.channelz.v1
Classes in io.grpc.channelz.v1 that implement ServerCalls.StreamingRequestMethod Modifier and Type Class Description private static class
ChannelzGrpc.MethodHandlers<Req,Resp>
-
Uses of ServerCalls.StreamingRequestMethod in io.grpc.health.v1
Classes in io.grpc.health.v1 that implement ServerCalls.StreamingRequestMethod Modifier and Type Class Description private static class
HealthGrpc.MethodHandlers<Req,Resp>
-
Uses of ServerCalls.StreamingRequestMethod in io.grpc.lb.v1
Classes in io.grpc.lb.v1 that implement ServerCalls.StreamingRequestMethod Modifier and Type Class Description private static class
LoadBalancerGrpc.MethodHandlers<Req,Resp>
-
Uses of ServerCalls.StreamingRequestMethod in io.grpc.lookup.v1
Classes in io.grpc.lookup.v1 that implement ServerCalls.StreamingRequestMethod Modifier and Type Class Description private static class
RouteLookupServiceGrpc.MethodHandlers<Req,Resp>
-
Uses of ServerCalls.StreamingRequestMethod in io.grpc.reflection.v1
Classes in io.grpc.reflection.v1 that implement ServerCalls.StreamingRequestMethod Modifier and Type Class Description private static class
ServerReflectionGrpc.MethodHandlers<Req,Resp>
-
Uses of ServerCalls.StreamingRequestMethod in io.grpc.reflection.v1alpha
Classes in io.grpc.reflection.v1alpha that implement ServerCalls.StreamingRequestMethod Modifier and Type Class Description private static class
ServerReflectionGrpc.MethodHandlers<Req,Resp>
-
Uses of ServerCalls.StreamingRequestMethod in io.grpc.stub
Subinterfaces of ServerCalls.StreamingRequestMethod in io.grpc.stub Modifier and Type Interface Description static interface
ServerCalls.BidiStreamingMethod<ReqT,RespT>
Adaptor to a bidirectional streaming method.static interface
ServerCalls.ClientStreamingMethod<ReqT,RespT>
Adaptor to a client streaming method.Fields in io.grpc.stub declared as ServerCalls.StreamingRequestMethod Modifier and Type Field Description private ServerCalls.StreamingRequestMethod<ReqT,RespT>
ServerCalls.StreamingServerCallHandler. method
Constructors in io.grpc.stub with parameters of type ServerCalls.StreamingRequestMethod Constructor Description StreamingServerCallHandler(ServerCalls.StreamingRequestMethod<ReqT,RespT> method, boolean bidi)
-