Uses of Interface
io.envoyproxy.envoy.type.DoubleRangeOrBuilder
-
Packages that use DoubleRangeOrBuilder Package Description io.envoyproxy.envoy.type io.envoyproxy.envoy.type.matcher -
-
Uses of DoubleRangeOrBuilder in io.envoyproxy.envoy.type
Classes in io.envoyproxy.envoy.type that implement DoubleRangeOrBuilder Modifier and Type Class Description classDoubleRangeSpecifies the double start and end of the range using half-open interval semantics [start, end).static classDoubleRange.BuilderSpecifies the double start and end of the range using half-open interval semantics [start, end). -
Uses of DoubleRangeOrBuilder in io.envoyproxy.envoy.type.matcher
Methods in io.envoyproxy.envoy.type.matcher that return DoubleRangeOrBuilder Modifier and Type Method Description DoubleRangeOrBuilderDoubleMatcher.Builder. getRangeOrBuilder()If specified, the input double value must be in the range specified here.DoubleRangeOrBuilderDoubleMatcher. getRangeOrBuilder()If specified, the input double value must be in the range specified here.DoubleRangeOrBuilderDoubleMatcherOrBuilder. getRangeOrBuilder()If specified, the input double value must be in the range specified here.
-