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.ConnectMatcherRouteMatch.ConnectMatcher.DEFAULT_INSTANCEFields 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.PARSERMethods 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.ConnectMatcherRouteMatch.ConnectMatcher.getDefaultInstance()RouteMatch.ConnectMatcher.Builder.getDefaultInstanceForType()RouteMatch.ConnectMatcher.getDefaultInstanceForType()static RouteMatch.ConnectMatcherRouteMatch.ConnectMatcher.parseDelimitedFrom(InputStream input) static RouteMatch.ConnectMatcherRouteMatch.ConnectMatcher.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static RouteMatch.ConnectMatcherRouteMatch.ConnectMatcher.parseFrom(byte[] data) static RouteMatch.ConnectMatcherRouteMatch.ConnectMatcher.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static RouteMatch.ConnectMatcherRouteMatch.ConnectMatcher.parseFrom(com.google.protobuf.ByteString data) static RouteMatch.ConnectMatcherRouteMatch.ConnectMatcher.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static RouteMatch.ConnectMatcherRouteMatch.ConnectMatcher.parseFrom(com.google.protobuf.CodedInputStream input) static RouteMatch.ConnectMatcherRouteMatch.ConnectMatcher.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static RouteMatch.ConnectMatcherRouteMatch.ConnectMatcher.parseFrom(InputStream input) static RouteMatch.ConnectMatcherRouteMatch.ConnectMatcher.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static RouteMatch.ConnectMatcherRouteMatch.ConnectMatcher.parseFrom(ByteBuffer data) static RouteMatch.ConnectMatcherRouteMatch.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 TypeMethodDescriptionprivate 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.com.google.protobuf.Parser<RouteMatch.ConnectMatcher> RouteMatch.ConnectMatcher.getParserForType()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.