Uses of Class
io.envoyproxy.envoy.config.route.v3.RouteMatch.TlsContextMatchOptions
-
Packages that use RouteMatch.TlsContextMatchOptions Package Description io.envoyproxy.envoy.config.route.v3 -
-
Uses of RouteMatch.TlsContextMatchOptions in io.envoyproxy.envoy.config.route.v3
Fields in io.envoyproxy.envoy.config.route.v3 declared as RouteMatch.TlsContextMatchOptions Modifier and Type Field Description private static RouteMatch.TlsContextMatchOptions
RouteMatch.TlsContextMatchOptions. DEFAULT_INSTANCE
private RouteMatch.TlsContextMatchOptions
RouteMatch.Builder. tlsContext_
private RouteMatch.TlsContextMatchOptions
RouteMatch. tlsContext_
Fields in io.envoyproxy.envoy.config.route.v3 with type parameters of type RouteMatch.TlsContextMatchOptions Modifier and Type Field Description private static com.google.protobuf.Parser<RouteMatch.TlsContextMatchOptions>
RouteMatch.TlsContextMatchOptions. PARSER
private com.google.protobuf.SingleFieldBuilder<RouteMatch.TlsContextMatchOptions,RouteMatch.TlsContextMatchOptions.Builder,RouteMatch.TlsContextMatchOptionsOrBuilder>
RouteMatch.Builder. tlsContextBuilder_
Methods in io.envoyproxy.envoy.config.route.v3 that return RouteMatch.TlsContextMatchOptions Modifier and Type Method Description RouteMatch.TlsContextMatchOptions
RouteMatch.TlsContextMatchOptions.Builder. build()
RouteMatch.TlsContextMatchOptions
RouteMatch.TlsContextMatchOptions.Builder. buildPartial()
static RouteMatch.TlsContextMatchOptions
RouteMatch.TlsContextMatchOptions. getDefaultInstance()
RouteMatch.TlsContextMatchOptions
RouteMatch.TlsContextMatchOptions.Builder. getDefaultInstanceForType()
RouteMatch.TlsContextMatchOptions
RouteMatch.TlsContextMatchOptions. getDefaultInstanceForType()
RouteMatch.TlsContextMatchOptions
RouteMatch.Builder. getTlsContext()
If specified, the client tls context will be matched against the defined match options.RouteMatch.TlsContextMatchOptions
RouteMatch. getTlsContext()
If specified, the client tls context will be matched against the defined match options.RouteMatch.TlsContextMatchOptions
RouteMatchOrBuilder. getTlsContext()
If specified, the client tls context will be matched against the defined match options.static RouteMatch.TlsContextMatchOptions
RouteMatch.TlsContextMatchOptions. parseDelimitedFrom(java.io.InputStream input)
static RouteMatch.TlsContextMatchOptions
RouteMatch.TlsContextMatchOptions. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RouteMatch.TlsContextMatchOptions
RouteMatch.TlsContextMatchOptions. parseFrom(byte[] data)
static RouteMatch.TlsContextMatchOptions
RouteMatch.TlsContextMatchOptions. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RouteMatch.TlsContextMatchOptions
RouteMatch.TlsContextMatchOptions. parseFrom(com.google.protobuf.ByteString data)
static RouteMatch.TlsContextMatchOptions
RouteMatch.TlsContextMatchOptions. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RouteMatch.TlsContextMatchOptions
RouteMatch.TlsContextMatchOptions. parseFrom(com.google.protobuf.CodedInputStream input)
static RouteMatch.TlsContextMatchOptions
RouteMatch.TlsContextMatchOptions. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RouteMatch.TlsContextMatchOptions
RouteMatch.TlsContextMatchOptions. parseFrom(java.io.InputStream input)
static RouteMatch.TlsContextMatchOptions
RouteMatch.TlsContextMatchOptions. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RouteMatch.TlsContextMatchOptions
RouteMatch.TlsContextMatchOptions. parseFrom(java.nio.ByteBuffer data)
static RouteMatch.TlsContextMatchOptions
RouteMatch.TlsContextMatchOptions. 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.TlsContextMatchOptions Modifier and Type Method Description com.google.protobuf.Parser<RouteMatch.TlsContextMatchOptions>
RouteMatch.TlsContextMatchOptions. getParserForType()
private com.google.protobuf.SingleFieldBuilder<RouteMatch.TlsContextMatchOptions,RouteMatch.TlsContextMatchOptions.Builder,RouteMatch.TlsContextMatchOptionsOrBuilder>
RouteMatch.Builder. getTlsContextFieldBuilder()
If specified, the client tls context will be matched against the defined match options.static com.google.protobuf.Parser<RouteMatch.TlsContextMatchOptions>
RouteMatch.TlsContextMatchOptions. parser()
Methods in io.envoyproxy.envoy.config.route.v3 with parameters of type RouteMatch.TlsContextMatchOptions Modifier and Type Method Description private void
RouteMatch.TlsContextMatchOptions.Builder. buildPartial0(RouteMatch.TlsContextMatchOptions result)
RouteMatch.TlsContextMatchOptions.Builder
RouteMatch.TlsContextMatchOptions.Builder. mergeFrom(RouteMatch.TlsContextMatchOptions other)
RouteMatch.Builder
RouteMatch.Builder. mergeTlsContext(RouteMatch.TlsContextMatchOptions value)
If specified, the client tls context will be matched against the defined match options.static RouteMatch.TlsContextMatchOptions.Builder
RouteMatch.TlsContextMatchOptions. newBuilder(RouteMatch.TlsContextMatchOptions prototype)
RouteMatch.Builder
RouteMatch.Builder. setTlsContext(RouteMatch.TlsContextMatchOptions value)
If specified, the client tls context will be matched against the defined match options.
-