Uses of Class
org.mockserver.model.GrpcBidiRule
Packages that use GrpcBidiRule
-
Uses of GrpcBidiRule in org.mockserver.grpc
Methods in org.mockserver.grpc with parameters of type GrpcBidiRuleModifier and TypeMethodDescriptionstatic booleanGrpcBidiRuleMatcher.matches(GrpcBidiRule rule, String inboundJson) -
Uses of GrpcBidiRule in org.mockserver.model
Methods in org.mockserver.model that return GrpcBidiRuleModifier and TypeMethodDescriptionstatic GrpcBidiRuleGrpcBidiRule.grpcBidiRule()static GrpcBidiRuleGrpcBidiRule.grpcBidiRule(String matchJson) GrpcBidiRule.withMatchJson(String matchJson) GrpcBidiRule.withMatchJson(NottableString matchJson) GrpcBidiRule.withResponse(String json) GrpcBidiRule.withResponse(String json, Delay delay) GrpcBidiRule.withResponse(GrpcStreamMessage response) GrpcBidiRule.withResponses(List<GrpcStreamMessage> responses) GrpcBidiRule.withResponses(GrpcStreamMessage... responses) Methods in org.mockserver.model that return types with arguments of type GrpcBidiRuleMethods in org.mockserver.model with parameters of type GrpcBidiRuleModifier and TypeMethodDescriptionGrpcBidiResponse.withRule(GrpcBidiRule rule) GrpcBidiResponse.withRules(GrpcBidiRule... rules) Method parameters in org.mockserver.model with type arguments of type GrpcBidiRule -
Uses of GrpcBidiRule in org.mockserver.serialization.model
Methods in org.mockserver.serialization.model that return GrpcBidiRuleConstructors in org.mockserver.serialization.model with parameters of type GrpcBidiRule