Uses of Class
io.envoyproxy.envoy.api.v2.route.RouteMatch
Packages that use RouteMatch
Package
Description
-
Uses of RouteMatch in io.envoyproxy.envoy.api.v2.route
Methods in io.envoyproxy.envoy.api.v2.route that return RouteMatchModifier and TypeMethodDescriptionRouteMatch.Builder.build()RouteMatch.Builder.buildPartial()static RouteMatchRouteMatch.getDefaultInstance()RouteMatch.Builder.getDefaultInstanceForType()RouteMatch.getDefaultInstanceForType()Route.Builder.getMatch()Route matching parameters.Route.getMatch()Route matching parameters.RouteOrBuilder.getMatch()Route matching parameters.static RouteMatchRouteMatch.parseDelimitedFrom(InputStream input) static RouteMatchRouteMatch.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static RouteMatchRouteMatch.parseFrom(byte[] data) static RouteMatchRouteMatch.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static RouteMatchRouteMatch.parseFrom(com.google.protobuf.ByteString data) static RouteMatchRouteMatch.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static RouteMatchRouteMatch.parseFrom(com.google.protobuf.CodedInputStream input) static RouteMatchRouteMatch.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static RouteMatchRouteMatch.parseFrom(InputStream input) static RouteMatchRouteMatch.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static RouteMatchRouteMatch.parseFrom(ByteBuffer data) static RouteMatchRouteMatch.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.envoyproxy.envoy.api.v2.route that return types with arguments of type RouteMatchModifier and TypeMethodDescriptioncom.google.protobuf.Parser<RouteMatch>RouteMatch.getParserForType()static com.google.protobuf.Parser<RouteMatch>RouteMatch.parser()Methods in io.envoyproxy.envoy.api.v2.route with parameters of type RouteMatchModifier and TypeMethodDescriptionRouteMatch.Builder.mergeFrom(RouteMatch other) Route.Builder.mergeMatch(RouteMatch value) Route matching parameters.static RouteMatch.BuilderRouteMatch.newBuilder(RouteMatch prototype) Route.Builder.setMatch(RouteMatch value) Route matching parameters. -
Uses of RouteMatch in io.envoyproxy.envoy.config.filter.http.jwt_authn.v2alpha
Methods in io.envoyproxy.envoy.config.filter.http.jwt_authn.v2alpha that return RouteMatchModifier and TypeMethodDescriptionRequirementRule.Builder.getMatch()The route matching parameter.RequirementRule.getMatch()The route matching parameter.RequirementRuleOrBuilder.getMatch()The route matching parameter.Methods in io.envoyproxy.envoy.config.filter.http.jwt_authn.v2alpha with parameters of type RouteMatchModifier and TypeMethodDescriptionRequirementRule.Builder.mergeMatch(RouteMatch value) The route matching parameter.RequirementRule.Builder.setMatch(RouteMatch value) The route matching parameter.