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.ConnectMatcher
RouteMatch.ConnectMatcher. DEFAULT_INSTANCE
Fields 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. PARSER
Methods in io.envoyproxy.envoy.config.route.v3 that return RouteMatch.ConnectMatcher Modifier and Type Method Description RouteMatch.ConnectMatcher
RouteMatch.ConnectMatcher.Builder. build()
RouteMatch.ConnectMatcher
RouteMatch.ConnectMatcher.Builder. buildPartial()
RouteMatch.ConnectMatcher
RouteMatch.Builder. getConnectMatcher()
If this is used as the matcher, the matcher will only match CONNECT or CONNECT-UDP requests.RouteMatch.ConnectMatcher
RouteMatch. getConnectMatcher()
If this is used as the matcher, the matcher will only match CONNECT or CONNECT-UDP requests.RouteMatch.ConnectMatcher
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
RouteMatch.ConnectMatcher.Builder. getDefaultInstanceForType()
RouteMatch.ConnectMatcher
RouteMatch.ConnectMatcher. getDefaultInstanceForType()
static RouteMatch.ConnectMatcher
RouteMatch.ConnectMatcher. parseDelimitedFrom(java.io.InputStream input)
static RouteMatch.ConnectMatcher
RouteMatch.ConnectMatcher. parseDelimitedFrom(java.io.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(java.io.InputStream input)
static RouteMatch.ConnectMatcher
RouteMatch.ConnectMatcher. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RouteMatch.ConnectMatcher
RouteMatch.ConnectMatcher. parseFrom(java.nio.ByteBuffer data)
static RouteMatch.ConnectMatcher
RouteMatch.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.Builder
RouteMatch.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
RouteMatch.ConnectMatcher.Builder. mergeFrom(RouteMatch.ConnectMatcher other)
static RouteMatch.ConnectMatcher.Builder
RouteMatch.ConnectMatcher. newBuilder(RouteMatch.ConnectMatcher prototype)
RouteMatch.Builder
RouteMatch.Builder. setConnectMatcher(RouteMatch.ConnectMatcher value)
If this is used as the matcher, the matcher will only match CONNECT or CONNECT-UDP requests.
-