Uses of Class
io.envoyproxy.envoy.api.v2.route.RouteMatch
-
Packages that use RouteMatch Package Description io.envoyproxy.envoy.api.v2.route io.envoyproxy.envoy.config.filter.http.jwt_authn.v2alpha -
-
Uses of RouteMatch in io.envoyproxy.envoy.api.v2.route
Methods in io.envoyproxy.envoy.api.v2.route that return RouteMatch Modifier and Type Method Description RouteMatchRouteMatch.Builder. build()RouteMatchRouteMatch.Builder. buildPartial()static RouteMatchRouteMatch. getDefaultInstance()RouteMatchRouteMatch.Builder. getDefaultInstanceForType()RouteMatchRouteMatch. getDefaultInstanceForType()RouteMatchRoute.Builder. getMatch()Route matching parameters.RouteMatchRoute. getMatch()Route matching parameters.RouteMatchRouteOrBuilder. 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 RouteMatch Modifier and Type Method Description com.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 RouteMatch Modifier and Type Method Description RouteMatch.BuilderRouteMatch.Builder. mergeFrom(RouteMatch other)Route.BuilderRoute.Builder. mergeMatch(RouteMatch value)Route matching parameters.static RouteMatch.BuilderRouteMatch. newBuilder(RouteMatch prototype)Route.BuilderRoute.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 RouteMatch Modifier and Type Method Description RouteMatchRequirementRule.Builder. getMatch()The route matching parameter.RouteMatchRequirementRule. getMatch()The route matching parameter.RouteMatchRequirementRuleOrBuilder. getMatch()The route matching parameter.Methods in io.envoyproxy.envoy.config.filter.http.jwt_authn.v2alpha with parameters of type RouteMatch Modifier and Type Method Description RequirementRule.BuilderRequirementRule.Builder. mergeMatch(RouteMatch value)The route matching parameter.RequirementRule.BuilderRequirementRule.Builder. setMatch(RouteMatch value)The route matching parameter.
-