Uses of Class
io.envoyproxy.envoy.config.core.v3.HttpService.Builder
Packages that use HttpService.Builder
-
Uses of HttpService.Builder in io.envoyproxy.envoy.config.core.v3
Methods in io.envoyproxy.envoy.config.core.v3 that return HttpService.BuilderModifier and TypeMethodDescriptionHttpService.Builder.addAllRequestHeadersToAdd
(Iterable<? extends HeaderValueOption> values) Specifies a list of HTTP headers that should be added to each request handled by this virtual host.HttpService.Builder.addRequestHeadersToAdd
(int index, HeaderValueOption value) Specifies a list of HTTP headers that should be added to each request handled by this virtual host.HttpService.Builder.addRequestHeadersToAdd
(int index, HeaderValueOption.Builder builderForValue) Specifies a list of HTTP headers that should be added to each request handled by this virtual host.HttpService.Builder.addRequestHeadersToAdd
(HeaderValueOption value) Specifies a list of HTTP headers that should be added to each request handled by this virtual host.HttpService.Builder.addRequestHeadersToAdd
(HeaderValueOption.Builder builderForValue) Specifies a list of HTTP headers that should be added to each request handled by this virtual host.HttpService.Builder.clear()
HttpService.Builder.clearHttpUri()
The service's HTTP URI.HttpService.Builder.clearRequestHeadersToAdd()
Specifies a list of HTTP headers that should be added to each request handled by this virtual host.HttpService.Builder.mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) HttpService.Builder.mergeFrom
(com.google.protobuf.Message other) HttpService.Builder.mergeFrom
(HttpService other) HttpService.Builder.mergeHttpUri
(HttpUri value) The service's HTTP URI.static HttpService.Builder
HttpService.newBuilder()
static HttpService.Builder
HttpService.newBuilder
(HttpService prototype) HttpService.newBuilderForType()
protected HttpService.Builder
HttpService.newBuilderForType
(com.google.protobuf.AbstractMessage.BuilderParent parent) HttpService.Builder.removeRequestHeadersToAdd
(int index) Specifies a list of HTTP headers that should be added to each request handled by this virtual host.HttpService.Builder.setHttpUri
(HttpUri value) The service's HTTP URI.HttpService.Builder.setHttpUri
(HttpUri.Builder builderForValue) The service's HTTP URI.HttpService.Builder.setRequestHeadersToAdd
(int index, HeaderValueOption value) Specifies a list of HTTP headers that should be added to each request handled by this virtual host.HttpService.Builder.setRequestHeadersToAdd
(int index, HeaderValueOption.Builder builderForValue) Specifies a list of HTTP headers that should be added to each request handled by this virtual host.HttpService.toBuilder()
-
Uses of HttpService.Builder in io.envoyproxy.envoy.config.trace.v3
Fields in io.envoyproxy.envoy.config.trace.v3 with type parameters of type HttpService.BuilderModifier and TypeFieldDescriptionprivate com.google.protobuf.SingleFieldBuilder
<HttpService, HttpService.Builder, HttpServiceOrBuilder> OpenTelemetryConfig.Builder.httpServiceBuilder_
Methods in io.envoyproxy.envoy.config.trace.v3 that return HttpService.BuilderModifier and TypeMethodDescriptionOpenTelemetryConfig.Builder.getHttpServiceBuilder()
The upstream HTTP cluster that will receive OTLP traces.Methods in io.envoyproxy.envoy.config.trace.v3 that return types with arguments of type HttpService.BuilderModifier and TypeMethodDescriptionprivate com.google.protobuf.SingleFieldBuilder
<HttpService, HttpService.Builder, HttpServiceOrBuilder> OpenTelemetryConfig.Builder.internalGetHttpServiceFieldBuilder()
The upstream HTTP cluster that will receive OTLP traces.Methods in io.envoyproxy.envoy.config.trace.v3 with parameters of type HttpService.BuilderModifier and TypeMethodDescriptionOpenTelemetryConfig.Builder.setHttpService
(HttpService.Builder builderForValue) The upstream HTTP cluster that will receive OTLP traces.