Uses of Interface
io.envoyproxy.envoy.config.route.v3.RouteMatch.TlsContextMatchOptionsOrBuilder
-
Packages that use RouteMatch.TlsContextMatchOptionsOrBuilder Package Description io.envoyproxy.envoy.config.route.v3 -
-
Uses of RouteMatch.TlsContextMatchOptionsOrBuilder in io.envoyproxy.envoy.config.route.v3
Classes in io.envoyproxy.envoy.config.route.v3 that implement RouteMatch.TlsContextMatchOptionsOrBuilder Modifier and Type Class Description static class
RouteMatch.TlsContextMatchOptions
Protobuf typeenvoy.config.route.v3.RouteMatch.TlsContextMatchOptions
static class
RouteMatch.TlsContextMatchOptions.Builder
Protobuf typeenvoy.config.route.v3.RouteMatch.TlsContextMatchOptions
Fields in io.envoyproxy.envoy.config.route.v3 with type parameters of type RouteMatch.TlsContextMatchOptionsOrBuilder Modifier and Type Field Description 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.TlsContextMatchOptionsOrBuilder Modifier and Type Method Description RouteMatch.TlsContextMatchOptionsOrBuilder
RouteMatch.Builder. getTlsContextOrBuilder()
If specified, the client tls context will be matched against the defined match options.RouteMatch.TlsContextMatchOptionsOrBuilder
RouteMatch. getTlsContextOrBuilder()
If specified, the client tls context will be matched against the defined match options.RouteMatch.TlsContextMatchOptionsOrBuilder
RouteMatchOrBuilder. getTlsContextOrBuilder()
If specified, the client tls context will be matched against the defined match options.Methods in io.envoyproxy.envoy.config.route.v3 that return types with arguments of type RouteMatch.TlsContextMatchOptionsOrBuilder Modifier and Type Method Description 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.
-