Uses of Interface
io.envoyproxy.envoy.config.route.v3.RouteMatch.ConnectMatcherOrBuilder
-
Packages that use RouteMatch.ConnectMatcherOrBuilder Package Description io.envoyproxy.envoy.config.route.v3 -
-
Uses of RouteMatch.ConnectMatcherOrBuilder in io.envoyproxy.envoy.config.route.v3
Classes in io.envoyproxy.envoy.config.route.v3 that implement RouteMatch.ConnectMatcherOrBuilder Modifier and Type Class Description static class
RouteMatch.ConnectMatcher
An extensible message for matching CONNECT or CONNECT-UDP requests.static class
RouteMatch.ConnectMatcher.Builder
An extensible message for matching CONNECT or CONNECT-UDP requests.Fields in io.envoyproxy.envoy.config.route.v3 with type parameters of type RouteMatch.ConnectMatcherOrBuilder Modifier and Type Field Description private com.google.protobuf.SingleFieldBuilder<RouteMatch.ConnectMatcher,RouteMatch.ConnectMatcher.Builder,RouteMatch.ConnectMatcherOrBuilder>
RouteMatch.Builder. connectMatcherBuilder_
Methods in io.envoyproxy.envoy.config.route.v3 that return RouteMatch.ConnectMatcherOrBuilder Modifier and Type Method Description RouteMatch.ConnectMatcherOrBuilder
RouteMatch.Builder. getConnectMatcherOrBuilder()
If this is used as the matcher, the matcher will only match CONNECT or CONNECT-UDP requests.RouteMatch.ConnectMatcherOrBuilder
RouteMatch. getConnectMatcherOrBuilder()
If this is used as the matcher, the matcher will only match CONNECT or CONNECT-UDP requests.RouteMatch.ConnectMatcherOrBuilder
RouteMatchOrBuilder. getConnectMatcherOrBuilder()
If this is used as the matcher, the matcher will only match CONNECT or CONNECT-UDP requests.Methods in io.envoyproxy.envoy.config.route.v3 that return types with arguments of type RouteMatch.ConnectMatcherOrBuilder Modifier and Type Method Description private com.google.protobuf.SingleFieldBuilder<RouteMatch.ConnectMatcher,RouteMatch.ConnectMatcher.Builder,RouteMatch.ConnectMatcherOrBuilder>
RouteMatch.Builder. getConnectMatcherFieldBuilder()
If this is used as the matcher, the matcher will only match CONNECT or CONNECT-UDP requests.
-