Uses of Class
org.mockserver.mock.action.http.HttpQuotaRegistry
Packages that use HttpQuotaRegistry
-
Uses of HttpQuotaRegistry in org.mockserver.mock.action.http
Methods in org.mockserver.mock.action.http that return HttpQuotaRegistryMethods in org.mockserver.mock.action.http with parameters of type HttpQuotaRegistryModifier and TypeMethodDescriptionstatic GrpcChaosDecision.GrpcFaultGrpcChaosDecision.evaluate(GrpcChaosProfile profile, int matchCount, HttpQuotaRegistry quotaRegistry) Evaluate the given profile and decide whether to inject a gRPC fault. -
Uses of HttpQuotaRegistry in org.mockserver.netty.grpc
Constructors in org.mockserver.netty.grpc with parameters of type HttpQuotaRegistryModifierConstructorDescriptionGrpcToHttpRequestHandler(MockServerLogger mockServerLogger, GrpcProtoDescriptorStore descriptorStore, GrpcHealthCheckHandler healthCheckHandler, GrpcChaosRegistry grpcChaosRegistry, HttpQuotaRegistry quotaRegistry)