Uses of Class
io.envoyproxy.envoy.config.route.v3.RouteMatch.ConnectMatcher
-
Packages that use RouteMatch.ConnectMatcher Package Description io.envoyproxy.envoy.config.route.v3 -
-
Uses of RouteMatch.ConnectMatcher in io.envoyproxy.envoy.config.route.v3
Fields in io.envoyproxy.envoy.config.route.v3 declared as RouteMatch.ConnectMatcher Modifier and Type Field Description private static RouteMatch.ConnectMatcherRouteMatch.ConnectMatcher. DEFAULT_INSTANCEFields in io.envoyproxy.envoy.config.route.v3 with type parameters of type RouteMatch.ConnectMatcher Modifier and Type Field Description private com.google.protobuf.SingleFieldBuilder<RouteMatch.ConnectMatcher,RouteMatch.ConnectMatcher.Builder,RouteMatch.ConnectMatcherOrBuilder>RouteMatch.Builder. connectMatcherBuilder_private static com.google.protobuf.Parser<RouteMatch.ConnectMatcher>RouteMatch.ConnectMatcher. PARSERMethods in io.envoyproxy.envoy.config.route.v3 that return RouteMatch.ConnectMatcher Modifier and Type Method Description RouteMatch.ConnectMatcherRouteMatch.ConnectMatcher.Builder. build()RouteMatch.ConnectMatcherRouteMatch.ConnectMatcher.Builder. buildPartial()RouteMatch.ConnectMatcherRouteMatch.Builder. getConnectMatcher()If this is used as the matcher, the matcher will only match CONNECT or CONNECT-UDP requests.RouteMatch.ConnectMatcherRouteMatch. getConnectMatcher()If this is used as the matcher, the matcher will only match CONNECT or CONNECT-UDP requests.RouteMatch.ConnectMatcherRouteMatchOrBuilder. getConnectMatcher()If this is used as the matcher, the matcher will only match CONNECT or CONNECT-UDP requests.static RouteMatch.ConnectMatcherRouteMatch.ConnectMatcher. getDefaultInstance()RouteMatch.ConnectMatcherRouteMatch.ConnectMatcher.Builder. getDefaultInstanceForType()RouteMatch.ConnectMatcherRouteMatch.ConnectMatcher. getDefaultInstanceForType()static RouteMatch.ConnectMatcherRouteMatch.ConnectMatcher. parseDelimitedFrom(java.io.InputStream input)static RouteMatch.ConnectMatcherRouteMatch.ConnectMatcher. parseDelimitedFrom(java.io.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(java.io.InputStream input)static RouteMatch.ConnectMatcherRouteMatch.ConnectMatcher. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RouteMatch.ConnectMatcherRouteMatch.ConnectMatcher. parseFrom(java.nio.ByteBuffer data)static RouteMatch.ConnectMatcherRouteMatch.ConnectMatcher. parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in io.envoyproxy.envoy.config.route.v3 that return types with arguments of type RouteMatch.ConnectMatcher 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.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.ConnectMatcher Modifier and Type Method Description RouteMatch.BuilderRouteMatch.Builder. mergeConnectMatcher(RouteMatch.ConnectMatcher value)If this is used as the matcher, the matcher will only match CONNECT or CONNECT-UDP requests.RouteMatch.ConnectMatcher.BuilderRouteMatch.ConnectMatcher.Builder. mergeFrom(RouteMatch.ConnectMatcher other)static RouteMatch.ConnectMatcher.BuilderRouteMatch.ConnectMatcher. newBuilder(RouteMatch.ConnectMatcher prototype)RouteMatch.BuilderRouteMatch.Builder. setConnectMatcher(RouteMatch.ConnectMatcher value)If this is used as the matcher, the matcher will only match CONNECT or CONNECT-UDP requests.
-