Uses of Class
io.envoyproxy.envoy.config.core.v3.HealthCheck.Payload
Packages that use HealthCheck.Payload
-
Uses of HealthCheck.Payload in io.envoyproxy.envoy.config.core.v3
Fields in io.envoyproxy.envoy.config.core.v3 declared as HealthCheck.PayloadModifier and TypeFieldDescriptionprivate static final HealthCheck.PayloadHealthCheck.Payload.DEFAULT_INSTANCEprivate HealthCheck.PayloadHealthCheck.HttpHealthCheck.Builder.send_private HealthCheck.PayloadHealthCheck.HttpHealthCheck.send_private HealthCheck.PayloadHealthCheck.TcpHealthCheck.Builder.send_private HealthCheck.PayloadHealthCheck.TcpHealthCheck.send_Fields in io.envoyproxy.envoy.config.core.v3 with type parameters of type HealthCheck.PayloadModifier and TypeFieldDescriptionprivate static final com.google.protobuf.Parser<HealthCheck.Payload> HealthCheck.Payload.PARSERprivate List<HealthCheck.Payload> HealthCheck.HttpHealthCheck.Builder.receive_private List<HealthCheck.Payload> HealthCheck.HttpHealthCheck.receive_private List<HealthCheck.Payload> HealthCheck.TcpHealthCheck.Builder.receive_private List<HealthCheck.Payload> HealthCheck.TcpHealthCheck.receive_private com.google.protobuf.RepeatedFieldBuilder<HealthCheck.Payload, HealthCheck.Payload.Builder, HealthCheck.PayloadOrBuilder> HealthCheck.HttpHealthCheck.Builder.receiveBuilder_private com.google.protobuf.RepeatedFieldBuilder<HealthCheck.Payload, HealthCheck.Payload.Builder, HealthCheck.PayloadOrBuilder> HealthCheck.TcpHealthCheck.Builder.receiveBuilder_private com.google.protobuf.SingleFieldBuilder<HealthCheck.Payload, HealthCheck.Payload.Builder, HealthCheck.PayloadOrBuilder> HealthCheck.HttpHealthCheck.Builder.sendBuilder_private com.google.protobuf.SingleFieldBuilder<HealthCheck.Payload, HealthCheck.Payload.Builder, HealthCheck.PayloadOrBuilder> HealthCheck.TcpHealthCheck.Builder.sendBuilder_Methods in io.envoyproxy.envoy.config.core.v3 that return HealthCheck.PayloadModifier and TypeMethodDescriptionHealthCheck.Payload.Builder.build()HealthCheck.Payload.Builder.buildPartial()static HealthCheck.PayloadHealthCheck.Payload.getDefaultInstance()HealthCheck.Payload.Builder.getDefaultInstanceForType()HealthCheck.Payload.getDefaultInstanceForType()HealthCheck.HttpHealthCheck.Builder.getReceive(int index) Specifies a list of HTTP expected responses to match in the first ``response_buffer_size`` bytes of the response body.HealthCheck.HttpHealthCheck.getReceive(int index) Specifies a list of HTTP expected responses to match in the first ``response_buffer_size`` bytes of the response body.HealthCheck.HttpHealthCheckOrBuilder.getReceive(int index) Specifies a list of HTTP expected responses to match in the first ``response_buffer_size`` bytes of the response body.HealthCheck.TcpHealthCheck.Builder.getReceive(int index) When checking the response, “fuzzy” matching is performed such that each payload block must be found, and in the order specified, but not necessarily contiguous.HealthCheck.TcpHealthCheck.getReceive(int index) When checking the response, “fuzzy” matching is performed such that each payload block must be found, and in the order specified, but not necessarily contiguous.HealthCheck.TcpHealthCheckOrBuilder.getReceive(int index) When checking the response, “fuzzy” matching is performed such that each payload block must be found, and in the order specified, but not necessarily contiguous.HealthCheck.HttpHealthCheck.Builder.getSend()[#not-implemented-hide:] HTTP specific payload.HealthCheck.HttpHealthCheck.getSend()[#not-implemented-hide:] HTTP specific payload.HealthCheck.HttpHealthCheckOrBuilder.getSend()[#not-implemented-hide:] HTTP specific payload.HealthCheck.TcpHealthCheck.Builder.getSend()Empty payloads imply a connect-only health check.HealthCheck.TcpHealthCheck.getSend()Empty payloads imply a connect-only health check.HealthCheck.TcpHealthCheckOrBuilder.getSend()Empty payloads imply a connect-only health check.static HealthCheck.PayloadHealthCheck.Payload.parseDelimitedFrom(InputStream input) static HealthCheck.PayloadHealthCheck.Payload.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static HealthCheck.PayloadHealthCheck.Payload.parseFrom(byte[] data) static HealthCheck.PayloadHealthCheck.Payload.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static HealthCheck.PayloadHealthCheck.Payload.parseFrom(com.google.protobuf.ByteString data) static HealthCheck.PayloadHealthCheck.Payload.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static HealthCheck.PayloadHealthCheck.Payload.parseFrom(com.google.protobuf.CodedInputStream input) static HealthCheck.PayloadHealthCheck.Payload.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static HealthCheck.PayloadHealthCheck.Payload.parseFrom(InputStream input) static HealthCheck.PayloadHealthCheck.Payload.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static HealthCheck.PayloadHealthCheck.Payload.parseFrom(ByteBuffer data) static HealthCheck.PayloadHealthCheck.Payload.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.envoyproxy.envoy.config.core.v3 that return types with arguments of type HealthCheck.PayloadModifier and TypeMethodDescriptioncom.google.protobuf.Parser<HealthCheck.Payload> HealthCheck.Payload.getParserForType()HealthCheck.HttpHealthCheck.Builder.getReceiveList()Specifies a list of HTTP expected responses to match in the first ``response_buffer_size`` bytes of the response body.HealthCheck.HttpHealthCheck.getReceiveList()Specifies a list of HTTP expected responses to match in the first ``response_buffer_size`` bytes of the response body.HealthCheck.HttpHealthCheckOrBuilder.getReceiveList()Specifies a list of HTTP expected responses to match in the first ``response_buffer_size`` bytes of the response body.HealthCheck.TcpHealthCheck.Builder.getReceiveList()When checking the response, “fuzzy” matching is performed such that each payload block must be found, and in the order specified, but not necessarily contiguous.HealthCheck.TcpHealthCheck.getReceiveList()When checking the response, “fuzzy” matching is performed such that each payload block must be found, and in the order specified, but not necessarily contiguous.HealthCheck.TcpHealthCheckOrBuilder.getReceiveList()When checking the response, “fuzzy” matching is performed such that each payload block must be found, and in the order specified, but not necessarily contiguous.private com.google.protobuf.RepeatedFieldBuilder<HealthCheck.Payload, HealthCheck.Payload.Builder, HealthCheck.PayloadOrBuilder> HealthCheck.HttpHealthCheck.Builder.internalGetReceiveFieldBuilder()private com.google.protobuf.RepeatedFieldBuilder<HealthCheck.Payload, HealthCheck.Payload.Builder, HealthCheck.PayloadOrBuilder> HealthCheck.TcpHealthCheck.Builder.internalGetReceiveFieldBuilder()private com.google.protobuf.SingleFieldBuilder<HealthCheck.Payload, HealthCheck.Payload.Builder, HealthCheck.PayloadOrBuilder> HealthCheck.HttpHealthCheck.Builder.internalGetSendFieldBuilder()[#not-implemented-hide:] HTTP specific payload.private com.google.protobuf.SingleFieldBuilder<HealthCheck.Payload, HealthCheck.Payload.Builder, HealthCheck.PayloadOrBuilder> HealthCheck.TcpHealthCheck.Builder.internalGetSendFieldBuilder()Empty payloads imply a connect-only health check.static com.google.protobuf.Parser<HealthCheck.Payload> HealthCheck.Payload.parser()Methods in io.envoyproxy.envoy.config.core.v3 with parameters of type HealthCheck.PayloadModifier and TypeMethodDescriptionHealthCheck.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(HealthCheck.Payload value) Specifies a list of HTTP expected responses to match in the first ``response_buffer_size`` bytes of the response body.HealthCheck.TcpHealthCheck.Builder.addReceive(int index, HealthCheck.Payload value) When checking the response, “fuzzy” matching is performed such that each payload block must be found, and in the order specified, but not necessarily contiguous.HealthCheck.TcpHealthCheck.Builder.addReceive(HealthCheck.Payload value) When checking the response, “fuzzy” matching is performed such that each payload block must be found, and in the order specified, but not necessarily contiguous.private voidHealthCheck.Payload.Builder.buildPartial0(HealthCheck.Payload result) private voidHealthCheck.Payload.Builder.buildPartialOneofs(HealthCheck.Payload result) HealthCheck.Payload.Builder.mergeFrom(HealthCheck.Payload other) HealthCheck.HttpHealthCheck.Builder.mergeSend(HealthCheck.Payload value) [#not-implemented-hide:] HTTP specific payload.HealthCheck.TcpHealthCheck.Builder.mergeSend(HealthCheck.Payload value) Empty payloads imply a connect-only health check.static HealthCheck.Payload.BuilderHealthCheck.Payload.newBuilder(HealthCheck.Payload prototype) 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.TcpHealthCheck.Builder.setReceive(int index, HealthCheck.Payload value) When checking the response, “fuzzy” matching is performed such that each payload block must be found, and in the order specified, but not necessarily contiguous.HealthCheck.HttpHealthCheck.Builder.setSend(HealthCheck.Payload value) [#not-implemented-hide:] HTTP specific payload.HealthCheck.TcpHealthCheck.Builder.setSend(HealthCheck.Payload value) Empty payloads imply a connect-only health check.Method parameters in io.envoyproxy.envoy.config.core.v3 with type arguments of type HealthCheck.PayloadModifier and TypeMethodDescriptionHealthCheck.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.TcpHealthCheck.Builder.addAllReceive(Iterable<? extends HealthCheck.Payload> values) When checking the response, “fuzzy” matching is performed such that each payload block must be found, and in the order specified, but not necessarily contiguous.