Uses of Class
io.envoyproxy.envoy.config.route.v3.RouteMatch.ConnectMatcher.Builder
-
Packages that use RouteMatch.ConnectMatcher.Builder Package Description io.envoyproxy.envoy.config.route.v3 -
-
Uses of RouteMatch.ConnectMatcher.Builder in io.envoyproxy.envoy.config.route.v3
Fields in io.envoyproxy.envoy.config.route.v3 with type parameters of type RouteMatch.ConnectMatcher.Builder 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.ConnectMatcher.Builder Modifier and Type Method Description RouteMatch.ConnectMatcher.Builder
RouteMatch.ConnectMatcher.Builder. clear()
RouteMatch.ConnectMatcher.Builder
RouteMatch.Builder. getConnectMatcherBuilder()
If this is used as the matcher, the matcher will only match CONNECT or CONNECT-UDP requests.RouteMatch.ConnectMatcher.Builder
RouteMatch.ConnectMatcher.Builder. mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
RouteMatch.ConnectMatcher.Builder
RouteMatch.ConnectMatcher.Builder. mergeFrom(com.google.protobuf.Message other)
RouteMatch.ConnectMatcher.Builder
RouteMatch.ConnectMatcher.Builder. mergeFrom(RouteMatch.ConnectMatcher other)
static RouteMatch.ConnectMatcher.Builder
RouteMatch.ConnectMatcher. newBuilder()
static RouteMatch.ConnectMatcher.Builder
RouteMatch.ConnectMatcher. newBuilder(RouteMatch.ConnectMatcher prototype)
RouteMatch.ConnectMatcher.Builder
RouteMatch.ConnectMatcher. newBuilderForType()
protected RouteMatch.ConnectMatcher.Builder
RouteMatch.ConnectMatcher. newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent)
RouteMatch.ConnectMatcher.Builder
RouteMatch.ConnectMatcher. toBuilder()
Methods in io.envoyproxy.envoy.config.route.v3 that return types with arguments of type RouteMatch.ConnectMatcher.Builder 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.Methods in io.envoyproxy.envoy.config.route.v3 with parameters of type RouteMatch.ConnectMatcher.Builder Modifier and Type Method Description RouteMatch.Builder
RouteMatch.Builder. setConnectMatcher(RouteMatch.ConnectMatcher.Builder builderForValue)
If this is used as the matcher, the matcher will only match CONNECT or CONNECT-UDP requests.
-