Uses of Class
io.envoyproxy.envoy.config.route.v3.RouteMatch.TlsContextMatchOptions.Builder
Packages that use RouteMatch.TlsContextMatchOptions.Builder
-
Uses of RouteMatch.TlsContextMatchOptions.Builder in io.envoyproxy.envoy.config.route.v3
Fields in io.envoyproxy.envoy.config.route.v3 with type parameters of type RouteMatch.TlsContextMatchOptions.BuilderModifier and TypeFieldDescriptionprivate 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.BuilderModifier and TypeMethodDescriptionRouteMatch.TlsContextMatchOptions.Builder.clear()RouteMatch.TlsContextMatchOptions.Builder.clearPresented()If specified, the route will match against whether or not a certificate is presented.RouteMatch.TlsContextMatchOptions.Builder.clearValidated()If specified, the route will match against whether or not a certificate is validated.RouteMatch.Builder.getTlsContextBuilder()If specified, the client tls context will be matched against the defined match options.RouteMatch.TlsContextMatchOptions.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) RouteMatch.TlsContextMatchOptions.Builder.mergeFrom(com.google.protobuf.Message other) RouteMatch.TlsContextMatchOptions.Builder.mergeFrom(RouteMatch.TlsContextMatchOptions other) RouteMatch.TlsContextMatchOptions.Builder.mergePresented(com.google.protobuf.BoolValue value) If specified, the route will match against whether or not a certificate is presented.RouteMatch.TlsContextMatchOptions.Builder.mergeValidated(com.google.protobuf.BoolValue value) If specified, the route will match against whether or not a certificate is validated.RouteMatch.TlsContextMatchOptions.newBuilder()RouteMatch.TlsContextMatchOptions.newBuilder(RouteMatch.TlsContextMatchOptions prototype) RouteMatch.TlsContextMatchOptions.newBuilderForType()RouteMatch.TlsContextMatchOptions.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) RouteMatch.TlsContextMatchOptions.Builder.setPresented(com.google.protobuf.BoolValue value) If specified, the route will match against whether or not a certificate is presented.RouteMatch.TlsContextMatchOptions.Builder.setPresented(com.google.protobuf.BoolValue.Builder builderForValue) If specified, the route will match against whether or not a certificate is presented.RouteMatch.TlsContextMatchOptions.Builder.setValidated(com.google.protobuf.BoolValue value) If specified, the route will match against whether or not a certificate is validated.RouteMatch.TlsContextMatchOptions.Builder.setValidated(com.google.protobuf.BoolValue.Builder builderForValue) If specified, the route will match against whether or not a certificate is validated.RouteMatch.TlsContextMatchOptions.toBuilder()Methods in io.envoyproxy.envoy.config.route.v3 that return types with arguments of type RouteMatch.TlsContextMatchOptions.BuilderModifier and TypeMethodDescriptionprivate 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.Methods in io.envoyproxy.envoy.config.route.v3 with parameters of type RouteMatch.TlsContextMatchOptions.BuilderModifier and TypeMethodDescriptionRouteMatch.Builder.setTlsContext(RouteMatch.TlsContextMatchOptions.Builder builderForValue) If specified, the client tls context will be matched against the defined match options.