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
Methods in io.envoyproxy.envoy.config.route.v3 that return RouteMatch.TlsContextMatchOptions.BuilderModifier and TypeMethodDescriptionRouteMatch.TlsContextMatchOptions.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) RouteMatch.TlsContextMatchOptions.Builder.clear()RouteMatch.TlsContextMatchOptions.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) RouteMatch.TlsContextMatchOptions.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) 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.TlsContextMatchOptions.Builder.clone()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.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) 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.GeneratedMessageV3.BuilderParent parent) RouteMatch.TlsContextMatchOptions.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) 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.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) RouteMatch.TlsContextMatchOptions.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) 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 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.