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
Fields in io.envoyproxy.envoy.config.core.v3 with type parameters of type HealthCheck.TlsOptions.BuilderModifier and TypeFieldDescriptionprivate com.google.protobuf.SingleFieldBuilder<HealthCheck.TlsOptions, HealthCheck.TlsOptions.Builder, HealthCheck.TlsOptionsOrBuilder> HealthCheck.Builder.tlsOptionsBuilder_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.clear()HealthCheck.TlsOptions.Builder.clearAlpnProtocols()Specifies the ALPN protocols for health check connections.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.newBuilder()HealthCheck.TlsOptions.newBuilder(HealthCheck.TlsOptions prototype) HealthCheck.TlsOptions.newBuilderForType()protected HealthCheck.TlsOptions.BuilderHealthCheck.TlsOptions.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) HealthCheck.TlsOptions.Builder.setAlpnProtocols(int index, String value) Specifies the ALPN protocols for health check connections.HealthCheck.TlsOptions.toBuilder()Methods in io.envoyproxy.envoy.config.core.v3 that return types with arguments of type HealthCheck.TlsOptions.BuilderModifier and TypeMethodDescriptionprivate com.google.protobuf.SingleFieldBuilder<HealthCheck.TlsOptions, HealthCheck.TlsOptions.Builder, HealthCheck.TlsOptionsOrBuilder> HealthCheck.Builder.internalGetTlsOptionsFieldBuilder()This allows overriding the cluster TLS settings, just for health check connections.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.