Uses of Class
io.envoyproxy.envoy.config.route.v3.RouteMatch.Builder
Packages that use RouteMatch.Builder
Package
Description
-
Uses of RouteMatch.Builder in io.envoyproxy.envoy.config.route.v3
Methods in io.envoyproxy.envoy.config.route.v3 that return RouteMatch.BuilderModifier and TypeMethodDescriptionRouteMatch.Builder.addAllCookies(Iterable<? extends CookieMatcher> values) Specifies a set of cookies on which the route should match.RouteMatch.Builder.addAllDynamicMetadata(Iterable<? extends MetadataMatcher> values) Specifies a set of dynamic metadata matchers on which the route should match.RouteMatch.Builder.addAllFilterState(Iterable<? extends FilterStateMatcher> values) Specifies a set of filter state matchers on which the route should match.RouteMatch.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.addCookies(int index, CookieMatcher value) Specifies a set of cookies on which the route should match.RouteMatch.Builder.addCookies(int index, CookieMatcher.Builder builderForValue) Specifies a set of cookies on which the route should match.RouteMatch.Builder.addCookies(CookieMatcher value) Specifies a set of cookies on which the route should match.RouteMatch.Builder.addCookies(CookieMatcher.Builder builderForValue) Specifies a set of cookies on which the route should match.RouteMatch.Builder.addDynamicMetadata(int index, MetadataMatcher value) Specifies a set of dynamic metadata matchers on which the route should match.RouteMatch.Builder.addDynamicMetadata(int index, MetadataMatcher.Builder builderForValue) Specifies a set of dynamic metadata matchers on which the route should match.RouteMatch.Builder.addDynamicMetadata(MetadataMatcher value) Specifies a set of dynamic metadata matchers on which the route should match.RouteMatch.Builder.addDynamicMetadata(MetadataMatcher.Builder builderForValue) Specifies a set of dynamic metadata matchers on which the route should match.RouteMatch.Builder.addFilterState(int index, FilterStateMatcher value) Specifies a set of filter state matchers on which the route should match.RouteMatch.Builder.addFilterState(int index, FilterStateMatcher.Builder builderForValue) Specifies a set of filter state matchers on which the route should match.RouteMatch.Builder.addFilterState(FilterStateMatcher value) Specifies a set of filter state matchers on which the route should match.RouteMatch.Builder.addFilterState(FilterStateMatcher.Builder builderForValue) Specifies a set of filter state matchers 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.clearConnectMatcher()If this is used as the matcher, the matcher will only match CONNECT or CONNECT-UDP requests.RouteMatch.Builder.clearCookies()Specifies a set of cookies on which the route should match.RouteMatch.Builder.clearDynamicMetadata()Specifies a set of dynamic metadata matchers on which the route should match.RouteMatch.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) RouteMatch.Builder.clearFilterState()Specifies a set of filter state matchers on which the route should match.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.clearPathMatchPolicy()[#extension-category: envoy.path.match]RouteMatch.Builder.clearPathSeparatedPrefix()If specified, the route is a path-separated prefix rule meaning that the ``:path`` header (without the query string) must either exactly match the ``path_separated_prefix`` or have it as a prefix, followed by ``/`` For example, ``/api/dev`` would match ``/api/dev``, ``/api/dev/``, ``/api/dev/v1``, and ``/api/dev?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.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.mergeConnectMatcher(RouteMatch.ConnectMatcher value) If this is used as the matcher, the matcher will only match CONNECT or CONNECT-UDP requests.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.mergePathMatchPolicy(TypedExtensionConfig value) [#extension-category: envoy.path.match]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.removeCookies(int index) Specifies a set of cookies on which the route should match.RouteMatch.Builder.removeDynamicMetadata(int index) Specifies a set of dynamic metadata matchers on which the route should match.RouteMatch.Builder.removeFilterState(int index) Specifies a set of filter state matchers on which the route should match.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.setConnectMatcher(RouteMatch.ConnectMatcher value) If this is used as the matcher, the matcher will only match CONNECT or CONNECT-UDP requests.RouteMatch.Builder.setConnectMatcher(RouteMatch.ConnectMatcher.Builder builderForValue) If this is used as the matcher, the matcher will only match CONNECT or CONNECT-UDP requests.RouteMatch.Builder.setCookies(int index, CookieMatcher value) Specifies a set of cookies on which the route should match.RouteMatch.Builder.setCookies(int index, CookieMatcher.Builder builderForValue) Specifies a set of cookies on which the route should match.RouteMatch.Builder.setDynamicMetadata(int index, MetadataMatcher value) Specifies a set of dynamic metadata matchers on which the route should match.RouteMatch.Builder.setDynamicMetadata(int index, MetadataMatcher.Builder builderForValue) Specifies a set of dynamic metadata matchers on which the route should match.RouteMatch.Builder.setFilterState(int index, FilterStateMatcher value) Specifies a set of filter state matchers on which the route should match.RouteMatch.Builder.setFilterState(int index, FilterStateMatcher.Builder builderForValue) Specifies a set of filter state matchers on which the route should match.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.RouteMatch.Builder.setPathMatchPolicy(TypedExtensionConfig value) [#extension-category: envoy.path.match]RouteMatch.Builder.setPathMatchPolicy(TypedExtensionConfig.Builder builderForValue) [#extension-category: envoy.path.match]RouteMatch.Builder.setPathSeparatedPrefix(String value) If specified, the route is a path-separated prefix rule meaning that the ``:path`` header (without the query string) must either exactly match the ``path_separated_prefix`` or have it as a prefix, followed by ``/`` For example, ``/api/dev`` would match ``/api/dev``, ``/api/dev/``, ``/api/dev/v1``, and ``/api/dev?RouteMatch.Builder.setPathSeparatedPrefixBytes(com.google.protobuf.ByteString value) If specified, the route is a path-separated prefix rule meaning that the ``:path`` header (without the query string) must either exactly match the ``path_separated_prefix`` or have it as a prefix, followed by ``/`` For example, ``/api/dev`` would match ``/api/dev``, ``/api/dev/``, ``/api/dev/v1``, and ``/api/dev?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.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.config.route.v3 with parameters of type RouteMatch.BuilderModifier and TypeMethodDescriptionRoute.Builder.setMatch(RouteMatch.Builder builderForValue) Route matching parameters. -
Uses of RouteMatch.Builder in io.envoyproxy.envoy.extensions.filters.http.jwt_authn.v3
Methods in io.envoyproxy.envoy.extensions.filters.http.jwt_authn.v3 that return RouteMatch.BuilderModifier and TypeMethodDescriptionRequirementRule.Builder.getMatchBuilder()The route matching parameter.Methods in io.envoyproxy.envoy.extensions.filters.http.jwt_authn.v3 with parameters of type RouteMatch.BuilderModifier and TypeMethodDescriptionRequirementRule.Builder.setMatch(RouteMatch.Builder builderForValue) The route matching parameter.