Class RateLimitQuotaServiceGrpc.MethodHandlers<Req,Resp>
- java.lang.Object
-
- io.envoyproxy.envoy.service.rate_limit_quota.v3.RateLimitQuotaServiceGrpc.MethodHandlers<Req,Resp>
-
- All Implemented Interfaces:
io.grpc.stub.ServerCalls.BidiStreamingMethod<Req,Resp>
,io.grpc.stub.ServerCalls.ClientStreamingMethod<Req,Resp>
,io.grpc.stub.ServerCalls.ServerStreamingMethod<Req,Resp>
,io.grpc.stub.ServerCalls.UnaryMethod<Req,Resp>
- Enclosing class:
- RateLimitQuotaServiceGrpc
private static final class RateLimitQuotaServiceGrpc.MethodHandlers<Req,Resp> extends java.lang.Object implements io.grpc.stub.ServerCalls.UnaryMethod<Req,Resp>, io.grpc.stub.ServerCalls.ServerStreamingMethod<Req,Resp>, io.grpc.stub.ServerCalls.ClientStreamingMethod<Req,Resp>, io.grpc.stub.ServerCalls.BidiStreamingMethod<Req,Resp>
-
-
Field Summary
Fields Modifier and Type Field Description private int
methodId
private RateLimitQuotaServiceGrpc.AsyncService
serviceImpl
-
Constructor Summary
Constructors Constructor Description MethodHandlers(RateLimitQuotaServiceGrpc.AsyncService serviceImpl, int methodId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.grpc.stub.StreamObserver<Req>
invoke(io.grpc.stub.StreamObserver<Resp> responseObserver)
void
invoke(Req request, io.grpc.stub.StreamObserver<Resp> responseObserver)
-
-
-
Field Detail
-
serviceImpl
private final RateLimitQuotaServiceGrpc.AsyncService serviceImpl
-
methodId
private final int methodId
-
-
Constructor Detail
-
MethodHandlers
MethodHandlers(RateLimitQuotaServiceGrpc.AsyncService serviceImpl, int methodId)
-
-