Uses of Interface
io.envoyproxy.envoy.type.Int64RangeOrBuilder
-
Packages that use Int64RangeOrBuilder Package Description io.envoyproxy.envoy.api.v2.core io.envoyproxy.envoy.api.v2.route io.envoyproxy.envoy.config.filter.network.dubbo_proxy.v2alpha1 io.envoyproxy.envoy.type -
-
Uses of Int64RangeOrBuilder in io.envoyproxy.envoy.api.v2.core
Methods in io.envoyproxy.envoy.api.v2.core that return Int64RangeOrBuilder Modifier and Type Method Description Int64RangeOrBuilderHealthCheck.HttpHealthCheck.Builder. getExpectedStatusesOrBuilder(int index)Specifies a list of HTTP response statuses considered healthy.Int64RangeOrBuilderHealthCheck.HttpHealthCheck. getExpectedStatusesOrBuilder(int index)Specifies a list of HTTP response statuses considered healthy.Int64RangeOrBuilderHealthCheck.HttpHealthCheckOrBuilder. getExpectedStatusesOrBuilder(int index)Specifies a list of HTTP response statuses considered healthy.Methods in io.envoyproxy.envoy.api.v2.core that return types with arguments of type Int64RangeOrBuilder Modifier and Type Method Description List<? extends Int64RangeOrBuilder>HealthCheck.HttpHealthCheck.Builder. getExpectedStatusesOrBuilderList()Specifies a list of HTTP response statuses considered healthy.List<? extends Int64RangeOrBuilder>HealthCheck.HttpHealthCheck. getExpectedStatusesOrBuilderList()Specifies a list of HTTP response statuses considered healthy.List<? extends Int64RangeOrBuilder>HealthCheck.HttpHealthCheckOrBuilder. getExpectedStatusesOrBuilderList()Specifies a list of HTTP response statuses considered healthy. -
Uses of Int64RangeOrBuilder in io.envoyproxy.envoy.api.v2.route
Methods in io.envoyproxy.envoy.api.v2.route that return Int64RangeOrBuilder Modifier and Type Method Description Int64RangeOrBuilderHeaderMatcher.Builder. getRangeMatchOrBuilder()If specified, header match will be performed based on range.Int64RangeOrBuilderHeaderMatcher. getRangeMatchOrBuilder()If specified, header match will be performed based on range.Int64RangeOrBuilderHeaderMatcherOrBuilder. getRangeMatchOrBuilder()If specified, header match will be performed based on range. -
Uses of Int64RangeOrBuilder in io.envoyproxy.envoy.config.filter.network.dubbo_proxy.v2alpha1
Methods in io.envoyproxy.envoy.config.filter.network.dubbo_proxy.v2alpha1 that return Int64RangeOrBuilder Modifier and Type Method Description Int64RangeOrBuilderMethodMatch.ParameterMatchSpecifier.Builder. getRangeMatchOrBuilder()If specified, header match will be performed based on range.Int64RangeOrBuilderMethodMatch.ParameterMatchSpecifier. getRangeMatchOrBuilder()If specified, header match will be performed based on range.Int64RangeOrBuilderMethodMatch.ParameterMatchSpecifierOrBuilder. getRangeMatchOrBuilder()If specified, header match will be performed based on range. -
Uses of Int64RangeOrBuilder in io.envoyproxy.envoy.type
Classes in io.envoyproxy.envoy.type that implement Int64RangeOrBuilder Modifier and Type Class Description classInt64RangeSpecifies the int64 start and end of the range using half-open interval semantics [start, end).static classInt64Range.BuilderSpecifies the int64 start and end of the range using half-open interval semantics [start, end).
-