Uses of Class
io.envoyproxy.envoy.config.route.v3.RouteMatch.ConnectMatcher
Packages that use RouteMatch.ConnectMatcher
-
Uses of RouteMatch.ConnectMatcher in io.envoyproxy.envoy.config.route.v3
Fields in io.envoyproxy.envoy.config.route.v3 declared as RouteMatch.ConnectMatcherModifier and TypeFieldDescriptionprivate static final RouteMatch.ConnectMatcher
RouteMatch.ConnectMatcher.DEFAULT_INSTANCE
Fields in io.envoyproxy.envoy.config.route.v3 with type parameters of type RouteMatch.ConnectMatcherModifier and TypeFieldDescriptionprivate com.google.protobuf.SingleFieldBuilder
<RouteMatch.ConnectMatcher, RouteMatch.ConnectMatcher.Builder, RouteMatch.ConnectMatcherOrBuilder> RouteMatch.Builder.connectMatcherBuilder_
private static final com.google.protobuf.Parser
<RouteMatch.ConnectMatcher> RouteMatch.ConnectMatcher.PARSER
Methods in io.envoyproxy.envoy.config.route.v3 that return RouteMatch.ConnectMatcherModifier and TypeMethodDescriptionRouteMatch.ConnectMatcher.Builder.build()
RouteMatch.ConnectMatcher.Builder.buildPartial()
RouteMatch.Builder.getConnectMatcher()
If this is used as the matcher, the matcher will only match CONNECT or CONNECT-UDP requests.RouteMatch.getConnectMatcher()
If this is used as the matcher, the matcher will only match CONNECT or CONNECT-UDP requests.RouteMatchOrBuilder.getConnectMatcher()
If this is used as the matcher, the matcher will only match CONNECT or CONNECT-UDP requests.static RouteMatch.ConnectMatcher
RouteMatch.ConnectMatcher.getDefaultInstance()
RouteMatch.ConnectMatcher.Builder.getDefaultInstanceForType()
RouteMatch.ConnectMatcher.getDefaultInstanceForType()
static RouteMatch.ConnectMatcher
RouteMatch.ConnectMatcher.parseDelimitedFrom
(InputStream input) static RouteMatch.ConnectMatcher
RouteMatch.ConnectMatcher.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static RouteMatch.ConnectMatcher
RouteMatch.ConnectMatcher.parseFrom
(byte[] data) static RouteMatch.ConnectMatcher
RouteMatch.ConnectMatcher.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static RouteMatch.ConnectMatcher
RouteMatch.ConnectMatcher.parseFrom
(com.google.protobuf.ByteString data) static RouteMatch.ConnectMatcher
RouteMatch.ConnectMatcher.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static RouteMatch.ConnectMatcher
RouteMatch.ConnectMatcher.parseFrom
(com.google.protobuf.CodedInputStream input) static RouteMatch.ConnectMatcher
RouteMatch.ConnectMatcher.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static RouteMatch.ConnectMatcher
RouteMatch.ConnectMatcher.parseFrom
(InputStream input) static RouteMatch.ConnectMatcher
RouteMatch.ConnectMatcher.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static RouteMatch.ConnectMatcher
RouteMatch.ConnectMatcher.parseFrom
(ByteBuffer data) static RouteMatch.ConnectMatcher
RouteMatch.ConnectMatcher.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.envoyproxy.envoy.config.route.v3 that return types with arguments of type RouteMatch.ConnectMatcherModifier and TypeMethodDescriptioncom.google.protobuf.Parser
<RouteMatch.ConnectMatcher> RouteMatch.ConnectMatcher.getParserForType()
private com.google.protobuf.SingleFieldBuilder
<RouteMatch.ConnectMatcher, RouteMatch.ConnectMatcher.Builder, RouteMatch.ConnectMatcherOrBuilder> RouteMatch.Builder.internalGetConnectMatcherFieldBuilder()
If this is used as the matcher, the matcher will only match CONNECT or CONNECT-UDP requests.static com.google.protobuf.Parser
<RouteMatch.ConnectMatcher> RouteMatch.ConnectMatcher.parser()
Methods in io.envoyproxy.envoy.config.route.v3 with parameters of type RouteMatch.ConnectMatcherModifier and TypeMethodDescriptionRouteMatch.Builder.mergeConnectMatcher
(RouteMatch.ConnectMatcher value) If this is used as the matcher, the matcher will only match CONNECT or CONNECT-UDP requests.RouteMatch.ConnectMatcher.Builder.mergeFrom
(RouteMatch.ConnectMatcher other) RouteMatch.ConnectMatcher.newBuilder
(RouteMatch.ConnectMatcher prototype) RouteMatch.Builder.setConnectMatcher
(RouteMatch.ConnectMatcher value) If this is used as the matcher, the matcher will only match CONNECT or CONNECT-UDP requests.