Uses of Class
io.envoyproxy.envoy.config.core.v3.HealthCheck.TlsOptions.Builder
Packages that use HealthCheck.TlsOptions.Builder
-
Uses of HealthCheck.TlsOptions.Builder in io.envoyproxy.envoy.config.core.v3
Methods in io.envoyproxy.envoy.config.core.v3 that return HealthCheck.TlsOptions.BuilderModifier and TypeMethodDescriptionHealthCheck.TlsOptions.Builder.addAllAlpnProtocols(Iterable<String> values) Specifies the ALPN protocols for health check connections.HealthCheck.TlsOptions.Builder.addAlpnProtocols(String value) Specifies the ALPN protocols for health check connections.HealthCheck.TlsOptions.Builder.addAlpnProtocolsBytes(com.google.protobuf.ByteString value) Specifies the ALPN protocols for health check connections.HealthCheck.TlsOptions.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) HealthCheck.TlsOptions.Builder.clear()HealthCheck.TlsOptions.Builder.clearAlpnProtocols()Specifies the ALPN protocols for health check connections.HealthCheck.TlsOptions.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) HealthCheck.TlsOptions.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) HealthCheck.TlsOptions.Builder.clone()HealthCheck.Builder.getTlsOptionsBuilder()This allows overriding the cluster TLS settings, just for health check connections.HealthCheck.TlsOptions.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) HealthCheck.TlsOptions.Builder.mergeFrom(com.google.protobuf.Message other) HealthCheck.TlsOptions.Builder.mergeFrom(HealthCheck.TlsOptions other) HealthCheck.TlsOptions.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) HealthCheck.TlsOptions.newBuilder()HealthCheck.TlsOptions.newBuilder(HealthCheck.TlsOptions prototype) HealthCheck.TlsOptions.newBuilderForType()protected HealthCheck.TlsOptions.BuilderHealthCheck.TlsOptions.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) HealthCheck.TlsOptions.Builder.setAlpnProtocols(int index, String value) Specifies the ALPN protocols for health check connections.HealthCheck.TlsOptions.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) HealthCheck.TlsOptions.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) HealthCheck.TlsOptions.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) HealthCheck.TlsOptions.toBuilder()Methods in io.envoyproxy.envoy.config.core.v3 with parameters of type HealthCheck.TlsOptions.BuilderModifier and TypeMethodDescriptionHealthCheck.Builder.setTlsOptions(HealthCheck.TlsOptions.Builder builderForValue) This allows overriding the cluster TLS settings, just for health check connections.