Uses of Class
io.envoyproxy.envoy.config.core.v3.HealthCheck.HttpHealthCheck.Builder
Packages that use HealthCheck.HttpHealthCheck.Builder
-
Uses of HealthCheck.HttpHealthCheck.Builder in io.envoyproxy.envoy.config.core.v3
Fields in io.envoyproxy.envoy.config.core.v3 with type parameters of type HealthCheck.HttpHealthCheck.BuilderModifier and TypeFieldDescriptionprivate com.google.protobuf.SingleFieldBuilder
<HealthCheck.HttpHealthCheck, HealthCheck.HttpHealthCheck.Builder, HealthCheck.HttpHealthCheckOrBuilder> HealthCheck.Builder.httpHealthCheckBuilder_
Methods in io.envoyproxy.envoy.config.core.v3 that return HealthCheck.HttpHealthCheck.BuilderModifier and TypeMethodDescriptionHealthCheck.HttpHealthCheck.Builder.addAllExpectedStatuses
(Iterable<? extends Int64Range> values) Specifies a list of HTTP response statuses considered healthy.HealthCheck.HttpHealthCheck.Builder.addAllReceive
(Iterable<? extends HealthCheck.Payload> values) Specifies a list of HTTP expected responses to match in the first ``response_buffer_size`` bytes of the response body.HealthCheck.HttpHealthCheck.Builder.addAllRequestHeadersToAdd
(Iterable<? extends HeaderValueOption> values) Specifies a list of HTTP headers that should be added to each request that is sent to the health checked cluster.HealthCheck.HttpHealthCheck.Builder.addAllRequestHeadersToRemove
(Iterable<String> values) Specifies a list of HTTP headers that should be removed from each request that is sent to the health checked cluster.HealthCheck.HttpHealthCheck.Builder.addAllRetriableStatuses
(Iterable<? extends Int64Range> values) Specifies a list of HTTP response statuses considered retriable.HealthCheck.HttpHealthCheck.Builder.addExpectedStatuses
(int index, Int64Range value) Specifies a list of HTTP response statuses considered healthy.HealthCheck.HttpHealthCheck.Builder.addExpectedStatuses
(int index, Int64Range.Builder builderForValue) Specifies a list of HTTP response statuses considered healthy.HealthCheck.HttpHealthCheck.Builder.addExpectedStatuses
(Int64Range value) Specifies a list of HTTP response statuses considered healthy.HealthCheck.HttpHealthCheck.Builder.addExpectedStatuses
(Int64Range.Builder builderForValue) Specifies a list of HTTP response statuses considered healthy.HealthCheck.HttpHealthCheck.Builder.addReceive
(int index, HealthCheck.Payload value) Specifies a list of HTTP expected responses to match in the first ``response_buffer_size`` bytes of the response body.HealthCheck.HttpHealthCheck.Builder.addReceive
(int index, HealthCheck.Payload.Builder builderForValue) Specifies a list of HTTP expected responses to match in the first ``response_buffer_size`` bytes of the response body.HealthCheck.HttpHealthCheck.Builder.addReceive
(HealthCheck.Payload value) Specifies a list of HTTP expected responses to match in the first ``response_buffer_size`` bytes of the response body.HealthCheck.HttpHealthCheck.Builder.addReceive
(HealthCheck.Payload.Builder builderForValue) Specifies a list of HTTP expected responses to match in the first ``response_buffer_size`` bytes of the response body.HealthCheck.HttpHealthCheck.Builder.addRequestHeadersToAdd
(int index, HeaderValueOption value) Specifies a list of HTTP headers that should be added to each request that is sent to the health checked cluster.HealthCheck.HttpHealthCheck.Builder.addRequestHeadersToAdd
(int index, HeaderValueOption.Builder builderForValue) Specifies a list of HTTP headers that should be added to each request that is sent to the health checked cluster.HealthCheck.HttpHealthCheck.Builder.addRequestHeadersToAdd
(HeaderValueOption value) Specifies a list of HTTP headers that should be added to each request that is sent to the health checked cluster.HealthCheck.HttpHealthCheck.Builder.addRequestHeadersToAdd
(HeaderValueOption.Builder builderForValue) Specifies a list of HTTP headers that should be added to each request that is sent to the health checked cluster.HealthCheck.HttpHealthCheck.Builder.addRequestHeadersToRemove
(String value) Specifies a list of HTTP headers that should be removed from each request that is sent to the health checked cluster.HealthCheck.HttpHealthCheck.Builder.addRequestHeadersToRemoveBytes
(com.google.protobuf.ByteString value) Specifies a list of HTTP headers that should be removed from each request that is sent to the health checked cluster.HealthCheck.HttpHealthCheck.Builder.addRetriableStatuses
(int index, Int64Range value) Specifies a list of HTTP response statuses considered retriable.HealthCheck.HttpHealthCheck.Builder.addRetriableStatuses
(int index, Int64Range.Builder builderForValue) Specifies a list of HTTP response statuses considered retriable.HealthCheck.HttpHealthCheck.Builder.addRetriableStatuses
(Int64Range value) Specifies a list of HTTP response statuses considered retriable.HealthCheck.HttpHealthCheck.Builder.addRetriableStatuses
(Int64Range.Builder builderForValue) Specifies a list of HTTP response statuses considered retriable.HealthCheck.HttpHealthCheck.Builder.clear()
HealthCheck.HttpHealthCheck.Builder.clearCodecClientType()
Use specified application protocol for health checks.HealthCheck.HttpHealthCheck.Builder.clearExpectedStatuses()
Specifies a list of HTTP response statuses considered healthy.HealthCheck.HttpHealthCheck.Builder.clearHost()
The value of the host header in the HTTP health check request.HealthCheck.HttpHealthCheck.Builder.clearMethod()
HTTP Method that will be used for health checking, default is "GET".HealthCheck.HttpHealthCheck.Builder.clearPath()
Specifies the HTTP path that will be requested during health checking.HealthCheck.HttpHealthCheck.Builder.clearReceive()
Specifies a list of HTTP expected responses to match in the first ``response_buffer_size`` bytes of the response body.HealthCheck.HttpHealthCheck.Builder.clearRequestHeadersToAdd()
Specifies a list of HTTP headers that should be added to each request that is sent to the health checked cluster.HealthCheck.HttpHealthCheck.Builder.clearRequestHeadersToRemove()
Specifies a list of HTTP headers that should be removed from each request that is sent to the health checked cluster.HealthCheck.HttpHealthCheck.Builder.clearResponseBufferSize()
Specifies the size of response buffer in bytes that is used to Payload match.HealthCheck.HttpHealthCheck.Builder.clearRetriableStatuses()
Specifies a list of HTTP response statuses considered retriable.HealthCheck.HttpHealthCheck.Builder.clearSend()
[#not-implemented-hide:] HTTP specific payload.HealthCheck.HttpHealthCheck.Builder.clearServiceNameMatcher()
An optional service name parameter which is used to validate the identity of the health checked cluster using a :ref:`StringMatcher <envoy_v3_api_msg_type.matcher.v3.StringMatcher>`.HealthCheck.Builder.getHttpHealthCheckBuilder()
HTTP health check.HealthCheck.HttpHealthCheck.Builder.mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) HealthCheck.HttpHealthCheck.Builder.mergeFrom
(com.google.protobuf.Message other) HealthCheck.HttpHealthCheck.Builder.mergeFrom
(HealthCheck.HttpHealthCheck other) HealthCheck.HttpHealthCheck.Builder.mergeResponseBufferSize
(com.google.protobuf.UInt64Value value) Specifies the size of response buffer in bytes that is used to Payload match.HealthCheck.HttpHealthCheck.Builder.mergeSend
(HealthCheck.Payload value) [#not-implemented-hide:] HTTP specific payload.HealthCheck.HttpHealthCheck.Builder.mergeServiceNameMatcher
(StringMatcher value) An optional service name parameter which is used to validate the identity of the health checked cluster using a :ref:`StringMatcher <envoy_v3_api_msg_type.matcher.v3.StringMatcher>`.HealthCheck.HttpHealthCheck.newBuilder()
HealthCheck.HttpHealthCheck.newBuilder
(HealthCheck.HttpHealthCheck prototype) HealthCheck.HttpHealthCheck.newBuilderForType()
protected HealthCheck.HttpHealthCheck.Builder
HealthCheck.HttpHealthCheck.newBuilderForType
(com.google.protobuf.AbstractMessage.BuilderParent parent) HealthCheck.HttpHealthCheck.Builder.removeExpectedStatuses
(int index) Specifies a list of HTTP response statuses considered healthy.HealthCheck.HttpHealthCheck.Builder.removeReceive
(int index) Specifies a list of HTTP expected responses to match in the first ``response_buffer_size`` bytes of the response body.HealthCheck.HttpHealthCheck.Builder.removeRequestHeadersToAdd
(int index) Specifies a list of HTTP headers that should be added to each request that is sent to the health checked cluster.HealthCheck.HttpHealthCheck.Builder.removeRetriableStatuses
(int index) Specifies a list of HTTP response statuses considered retriable.HealthCheck.HttpHealthCheck.Builder.setCodecClientType
(CodecClientType value) Use specified application protocol for health checks.HealthCheck.HttpHealthCheck.Builder.setCodecClientTypeValue
(int value) Use specified application protocol for health checks.HealthCheck.HttpHealthCheck.Builder.setExpectedStatuses
(int index, Int64Range value) Specifies a list of HTTP response statuses considered healthy.HealthCheck.HttpHealthCheck.Builder.setExpectedStatuses
(int index, Int64Range.Builder builderForValue) Specifies a list of HTTP response statuses considered healthy.The value of the host header in the HTTP health check request.HealthCheck.HttpHealthCheck.Builder.setHostBytes
(com.google.protobuf.ByteString value) The value of the host header in the HTTP health check request.HealthCheck.HttpHealthCheck.Builder.setMethod
(RequestMethod value) HTTP Method that will be used for health checking, default is "GET".HealthCheck.HttpHealthCheck.Builder.setMethodValue
(int value) HTTP Method that will be used for health checking, default is "GET".Specifies the HTTP path that will be requested during health checking.HealthCheck.HttpHealthCheck.Builder.setPathBytes
(com.google.protobuf.ByteString value) Specifies the HTTP path that will be requested during health checking.HealthCheck.HttpHealthCheck.Builder.setReceive
(int index, HealthCheck.Payload value) Specifies a list of HTTP expected responses to match in the first ``response_buffer_size`` bytes of the response body.HealthCheck.HttpHealthCheck.Builder.setReceive
(int index, HealthCheck.Payload.Builder builderForValue) Specifies a list of HTTP expected responses to match in the first ``response_buffer_size`` bytes of the response body.HealthCheck.HttpHealthCheck.Builder.setRequestHeadersToAdd
(int index, HeaderValueOption value) Specifies a list of HTTP headers that should be added to each request that is sent to the health checked cluster.HealthCheck.HttpHealthCheck.Builder.setRequestHeadersToAdd
(int index, HeaderValueOption.Builder builderForValue) Specifies a list of HTTP headers that should be added to each request that is sent to the health checked cluster.HealthCheck.HttpHealthCheck.Builder.setRequestHeadersToRemove
(int index, String value) Specifies a list of HTTP headers that should be removed from each request that is sent to the health checked cluster.HealthCheck.HttpHealthCheck.Builder.setResponseBufferSize
(com.google.protobuf.UInt64Value value) Specifies the size of response buffer in bytes that is used to Payload match.HealthCheck.HttpHealthCheck.Builder.setResponseBufferSize
(com.google.protobuf.UInt64Value.Builder builderForValue) Specifies the size of response buffer in bytes that is used to Payload match.HealthCheck.HttpHealthCheck.Builder.setRetriableStatuses
(int index, Int64Range value) Specifies a list of HTTP response statuses considered retriable.HealthCheck.HttpHealthCheck.Builder.setRetriableStatuses
(int index, Int64Range.Builder builderForValue) Specifies a list of HTTP response statuses considered retriable.HealthCheck.HttpHealthCheck.Builder.setSend
(HealthCheck.Payload value) [#not-implemented-hide:] HTTP specific payload.HealthCheck.HttpHealthCheck.Builder.setSend
(HealthCheck.Payload.Builder builderForValue) [#not-implemented-hide:] HTTP specific payload.HealthCheck.HttpHealthCheck.Builder.setServiceNameMatcher
(StringMatcher value) An optional service name parameter which is used to validate the identity of the health checked cluster using a :ref:`StringMatcher <envoy_v3_api_msg_type.matcher.v3.StringMatcher>`.HealthCheck.HttpHealthCheck.Builder.setServiceNameMatcher
(StringMatcher.Builder builderForValue) An optional service name parameter which is used to validate the identity of the health checked cluster using a :ref:`StringMatcher <envoy_v3_api_msg_type.matcher.v3.StringMatcher>`.HealthCheck.HttpHealthCheck.toBuilder()
Methods in io.envoyproxy.envoy.config.core.v3 that return types with arguments of type HealthCheck.HttpHealthCheck.BuilderModifier and TypeMethodDescriptionprivate com.google.protobuf.SingleFieldBuilder
<HealthCheck.HttpHealthCheck, HealthCheck.HttpHealthCheck.Builder, HealthCheck.HttpHealthCheckOrBuilder> HealthCheck.Builder.internalGetHttpHealthCheckFieldBuilder()
HTTP health check.Methods in io.envoyproxy.envoy.config.core.v3 with parameters of type HealthCheck.HttpHealthCheck.BuilderModifier and TypeMethodDescriptionHealthCheck.Builder.setHttpHealthCheck
(HealthCheck.HttpHealthCheck.Builder builderForValue) HTTP health check.