Uses of Interface
io.envoyproxy.envoy.config.route.v3.QueryParameterMatcherOrBuilder
-
Packages that use QueryParameterMatcherOrBuilder Package Description io.envoyproxy.envoy.config.route.v3 io.envoyproxy.envoy.extensions.filters.http.cache.v3 -
-
Uses of QueryParameterMatcherOrBuilder in io.envoyproxy.envoy.config.route.v3
Classes in io.envoyproxy.envoy.config.route.v3 that implement QueryParameterMatcherOrBuilder Modifier and Type Class Description classQueryParameterMatcherQuery parameter matching treats the query string of a request's :path header as an ampersand-separated list of keys and/or key=value elements.static classQueryParameterMatcher.BuilderQuery parameter matching treats the query string of a request's :path header as an ampersand-separated list of keys and/or key=value elements.Methods in io.envoyproxy.envoy.config.route.v3 that return QueryParameterMatcherOrBuilder Modifier and Type Method Description QueryParameterMatcherOrBuilderRouteMatch.Builder. getQueryParametersOrBuilder(int index)Specifies a set of URL query parameters on which the route should match.QueryParameterMatcherOrBuilderRouteMatch. getQueryParametersOrBuilder(int index)Specifies a set of URL query parameters on which the route should match.QueryParameterMatcherOrBuilderRouteMatchOrBuilder. getQueryParametersOrBuilder(int index)Specifies a set of URL query parameters on which the route should match.Methods in io.envoyproxy.envoy.config.route.v3 that return types with arguments of type QueryParameterMatcherOrBuilder Modifier and Type Method Description List<? extends QueryParameterMatcherOrBuilder>RouteMatch.Builder. getQueryParametersOrBuilderList()Specifies a set of URL query parameters on which the route should match.List<? extends QueryParameterMatcherOrBuilder>RouteMatch. getQueryParametersOrBuilderList()Specifies a set of URL query parameters on which the route should match.List<? extends QueryParameterMatcherOrBuilder>RouteMatchOrBuilder. getQueryParametersOrBuilderList()Specifies a set of URL query parameters on which the route should match. -
Uses of QueryParameterMatcherOrBuilder in io.envoyproxy.envoy.extensions.filters.http.cache.v3
Methods in io.envoyproxy.envoy.extensions.filters.http.cache.v3 that return QueryParameterMatcherOrBuilder Modifier and Type Method Description QueryParameterMatcherOrBuilderCacheConfig.KeyCreatorParams.Builder. getQueryParametersExcludedOrBuilder(int index)If ``query_parameters_excluded`` is nonempty, query parameters matched by one or more of its matchers are excluded from the cache key (even if also matched by ``query_parameters_included``), and will not affect cache lookup.QueryParameterMatcherOrBuilderCacheConfig.KeyCreatorParams. getQueryParametersExcludedOrBuilder(int index)If ``query_parameters_excluded`` is nonempty, query parameters matched by one or more of its matchers are excluded from the cache key (even if also matched by ``query_parameters_included``), and will not affect cache lookup.QueryParameterMatcherOrBuilderCacheConfig.KeyCreatorParamsOrBuilder. getQueryParametersExcludedOrBuilder(int index)If ``query_parameters_excluded`` is nonempty, query parameters matched by one or more of its matchers are excluded from the cache key (even if also matched by ``query_parameters_included``), and will not affect cache lookup.QueryParameterMatcherOrBuilderCacheConfig.KeyCreatorParams.Builder. getQueryParametersIncludedOrBuilder(int index)If ``query_parameters_included`` is nonempty, only query parameters matched by one or more of its matchers are included in the cache key.QueryParameterMatcherOrBuilderCacheConfig.KeyCreatorParams. getQueryParametersIncludedOrBuilder(int index)If ``query_parameters_included`` is nonempty, only query parameters matched by one or more of its matchers are included in the cache key.QueryParameterMatcherOrBuilderCacheConfig.KeyCreatorParamsOrBuilder. getQueryParametersIncludedOrBuilder(int index)If ``query_parameters_included`` is nonempty, only query parameters matched by one or more of its matchers are included in the cache key.Methods in io.envoyproxy.envoy.extensions.filters.http.cache.v3 that return types with arguments of type QueryParameterMatcherOrBuilder Modifier and Type Method Description List<? extends QueryParameterMatcherOrBuilder>CacheConfig.KeyCreatorParams.Builder. getQueryParametersExcludedOrBuilderList()If ``query_parameters_excluded`` is nonempty, query parameters matched by one or more of its matchers are excluded from the cache key (even if also matched by ``query_parameters_included``), and will not affect cache lookup.List<? extends QueryParameterMatcherOrBuilder>CacheConfig.KeyCreatorParams. getQueryParametersExcludedOrBuilderList()If ``query_parameters_excluded`` is nonempty, query parameters matched by one or more of its matchers are excluded from the cache key (even if also matched by ``query_parameters_included``), and will not affect cache lookup.List<? extends QueryParameterMatcherOrBuilder>CacheConfig.KeyCreatorParamsOrBuilder. getQueryParametersExcludedOrBuilderList()If ``query_parameters_excluded`` is nonempty, query parameters matched by one or more of its matchers are excluded from the cache key (even if also matched by ``query_parameters_included``), and will not affect cache lookup.List<? extends QueryParameterMatcherOrBuilder>CacheConfig.KeyCreatorParams.Builder. getQueryParametersIncludedOrBuilderList()If ``query_parameters_included`` is nonempty, only query parameters matched by one or more of its matchers are included in the cache key.List<? extends QueryParameterMatcherOrBuilder>CacheConfig.KeyCreatorParams. getQueryParametersIncludedOrBuilderList()If ``query_parameters_included`` is nonempty, only query parameters matched by one or more of its matchers are included in the cache key.List<? extends QueryParameterMatcherOrBuilder>CacheConfig.KeyCreatorParamsOrBuilder. getQueryParametersIncludedOrBuilderList()If ``query_parameters_included`` is nonempty, only query parameters matched by one or more of its matchers are included in the cache key.
-