Uses of Class
io.envoyproxy.envoy.api.v2.route.RouteMatch.Builder
Packages that use RouteMatch.Builder
Package
Description
-
Uses of RouteMatch.Builder in io.envoyproxy.envoy.api.v2.route
Methods in io.envoyproxy.envoy.api.v2.route that return RouteMatch.BuilderModifier and TypeMethodDescriptionRouteMatch.Builder.addAllHeaders(Iterable<? extends HeaderMatcher> values) Specifies a set of headers that the route should match on.RouteMatch.Builder.addAllQueryParameters(Iterable<? extends QueryParameterMatcher> values) Specifies a set of URL query parameters on which the route should match.RouteMatch.Builder.addHeaders(int index, HeaderMatcher value) Specifies a set of headers that the route should match on.RouteMatch.Builder.addHeaders(int index, HeaderMatcher.Builder builderForValue) Specifies a set of headers that the route should match on.RouteMatch.Builder.addHeaders(HeaderMatcher value) Specifies a set of headers that the route should match on.RouteMatch.Builder.addHeaders(HeaderMatcher.Builder builderForValue) Specifies a set of headers that the route should match on.RouteMatch.Builder.addQueryParameters(int index, QueryParameterMatcher value) Specifies a set of URL query parameters on which the route should match.RouteMatch.Builder.addQueryParameters(int index, QueryParameterMatcher.Builder builderForValue) Specifies a set of URL query parameters on which the route should match.RouteMatch.Builder.addQueryParameters(QueryParameterMatcher value) Specifies a set of URL query parameters on which the route should match.RouteMatch.Builder.addQueryParameters(QueryParameterMatcher.Builder builderForValue) Specifies a set of URL query parameters on which the route should match.RouteMatch.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) RouteMatch.Builder.clear()RouteMatch.Builder.clearCaseSensitive()Indicates that prefix/path matching should be case sensitive.RouteMatch.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) RouteMatch.Builder.clearGrpc()If specified, only gRPC requests will be matched.RouteMatch.Builder.clearHeaders()Specifies a set of headers that the route should match on.RouteMatch.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) RouteMatch.Builder.clearPath()If specified, the route is an exact path rule meaning that the path must exactly match the *:path* header once the query string is removed.RouteMatch.Builder.clearPathSpecifier()RouteMatch.Builder.clearPrefix()If specified, the route is a prefix rule meaning that the prefix must match the beginning of the *:path* header.RouteMatch.Builder.clearQueryParameters()Specifies a set of URL query parameters on which the route should match.RouteMatch.Builder.clearRegex()Deprecated.envoy.api.v2.route.RouteMatch.regex is deprecated.RouteMatch.Builder.clearRuntimeFraction()Indicates that the route should additionally match on a runtime key.RouteMatch.Builder.clearSafeRegex()If specified, the route is a regular expression rule meaning that the regex must match the *:path* header once the query string is removed.RouteMatch.Builder.clearTlsContext()If specified, the client tls context will be matched against the defined match options.RouteMatch.Builder.clone()Route.Builder.getMatchBuilder()Route matching parameters.RouteMatch.Builder.mergeCaseSensitive(com.google.protobuf.BoolValue value) Indicates that prefix/path matching should be case sensitive.RouteMatch.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) RouteMatch.Builder.mergeFrom(com.google.protobuf.Message other) RouteMatch.Builder.mergeFrom(RouteMatch other) RouteMatch.Builder.mergeGrpc(RouteMatch.GrpcRouteMatchOptions value) If specified, only gRPC requests will be matched.RouteMatch.Builder.mergeRuntimeFraction(RuntimeFractionalPercent value) Indicates that the route should additionally match on a runtime key.RouteMatch.Builder.mergeSafeRegex(RegexMatcher value) If specified, the route is a regular expression rule meaning that the regex must match the *:path* header once the query string is removed.RouteMatch.Builder.mergeTlsContext(RouteMatch.TlsContextMatchOptions value) If specified, the client tls context will be matched against the defined match options.final RouteMatch.BuilderRouteMatch.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static RouteMatch.BuilderRouteMatch.newBuilder()static RouteMatch.BuilderRouteMatch.newBuilder(RouteMatch prototype) RouteMatch.newBuilderForType()protected RouteMatch.BuilderRouteMatch.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) RouteMatch.Builder.removeHeaders(int index) Specifies a set of headers that the route should match on.RouteMatch.Builder.removeQueryParameters(int index) Specifies a set of URL query parameters on which the route should match.RouteMatch.Builder.setCaseSensitive(com.google.protobuf.BoolValue value) Indicates that prefix/path matching should be case sensitive.RouteMatch.Builder.setCaseSensitive(com.google.protobuf.BoolValue.Builder builderForValue) Indicates that prefix/path matching should be case sensitive.RouteMatch.Builder.setGrpc(RouteMatch.GrpcRouteMatchOptions value) If specified, only gRPC requests will be matched.RouteMatch.Builder.setGrpc(RouteMatch.GrpcRouteMatchOptions.Builder builderForValue) If specified, only gRPC requests will be matched.RouteMatch.Builder.setHeaders(int index, HeaderMatcher value) Specifies a set of headers that the route should match on.RouteMatch.Builder.setHeaders(int index, HeaderMatcher.Builder builderForValue) Specifies a set of headers that the route should match on.If specified, the route is an exact path rule meaning that the path must exactly match the *:path* header once the query string is removed.RouteMatch.Builder.setPathBytes(com.google.protobuf.ByteString value) If specified, the route is an exact path rule meaning that the path must exactly match the *:path* header once the query string is removed.If specified, the route is a prefix rule meaning that the prefix must match the beginning of the *:path* header.RouteMatch.Builder.setPrefixBytes(com.google.protobuf.ByteString value) If specified, the route is a prefix rule meaning that the prefix must match the beginning of the *:path* header.RouteMatch.Builder.setQueryParameters(int index, QueryParameterMatcher value) Specifies a set of URL query parameters on which the route should match.RouteMatch.Builder.setQueryParameters(int index, QueryParameterMatcher.Builder builderForValue) Specifies a set of URL query parameters on which the route should match.Deprecated.envoy.api.v2.route.RouteMatch.regex is deprecated.RouteMatch.Builder.setRegexBytes(com.google.protobuf.ByteString value) Deprecated.envoy.api.v2.route.RouteMatch.regex is deprecated.RouteMatch.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) RouteMatch.Builder.setRuntimeFraction(RuntimeFractionalPercent value) Indicates that the route should additionally match on a runtime key.RouteMatch.Builder.setRuntimeFraction(RuntimeFractionalPercent.Builder builderForValue) Indicates that the route should additionally match on a runtime key.RouteMatch.Builder.setSafeRegex(RegexMatcher value) If specified, the route is a regular expression rule meaning that the regex must match the *:path* header once the query string is removed.RouteMatch.Builder.setSafeRegex(RegexMatcher.Builder builderForValue) If specified, the route is a regular expression rule meaning that the regex must match the *:path* header once the query string is removed.RouteMatch.Builder.setTlsContext(RouteMatch.TlsContextMatchOptions value) If specified, the client tls context will be matched against the defined match options.RouteMatch.Builder.setTlsContext(RouteMatch.TlsContextMatchOptions.Builder builderForValue) If specified, the client tls context will be matched against the defined match options.final RouteMatch.BuilderRouteMatch.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) RouteMatch.toBuilder()Methods in io.envoyproxy.envoy.api.v2.route with parameters of type RouteMatch.BuilderModifier and TypeMethodDescriptionRoute.Builder.setMatch(RouteMatch.Builder builderForValue) Route matching parameters. -
Uses of RouteMatch.Builder in io.envoyproxy.envoy.config.filter.http.jwt_authn.v2alpha
Methods in io.envoyproxy.envoy.config.filter.http.jwt_authn.v2alpha that return RouteMatch.BuilderModifier and TypeMethodDescriptionRequirementRule.Builder.getMatchBuilder()The route matching parameter.Methods in io.envoyproxy.envoy.config.filter.http.jwt_authn.v2alpha with parameters of type RouteMatch.BuilderModifier and TypeMethodDescriptionRequirementRule.Builder.setMatch(RouteMatch.Builder builderForValue) The route matching parameter.