Uses of Class
io.envoyproxy.envoy.config.core.v3.HttpUri.Builder
Packages that use HttpUri.Builder
-
Uses of HttpUri.Builder in io.envoyproxy.envoy.config.core.v3
Fields in io.envoyproxy.envoy.config.core.v3 with type parameters of type HttpUri.BuilderModifier and TypeFieldDescriptionprivate com.google.protobuf.SingleFieldBuilder
<HttpUri, HttpUri.Builder, HttpUriOrBuilder> HttpService.Builder.httpUriBuilder_
private com.google.protobuf.SingleFieldBuilder
<HttpUri, HttpUri.Builder, HttpUriOrBuilder> RemoteDataSource.Builder.httpUriBuilder_
Methods in io.envoyproxy.envoy.config.core.v3 that return HttpUri.BuilderModifier and TypeMethodDescriptionHttpUri.Builder.clear()
HttpUri.Builder.clearCluster()
A cluster is created in the Envoy "cluster_manager" config section.HttpUri.Builder.clearHttpUpstreamType()
HttpUri.Builder.clearTimeout()
Sets the maximum duration in milliseconds that a response can take to arrive upon request.HttpUri.Builder.clearUri()
The HTTP server URI.HttpService.Builder.getHttpUriBuilder()
The service's HTTP URI.RemoteDataSource.Builder.getHttpUriBuilder()
The HTTP URI to fetch the remote data.HttpUri.Builder.mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) HttpUri.Builder.mergeFrom
(com.google.protobuf.Message other) HttpUri.Builder.mergeTimeout
(com.google.protobuf.Duration value) Sets the maximum duration in milliseconds that a response can take to arrive upon request.static HttpUri.Builder
HttpUri.newBuilder()
static HttpUri.Builder
HttpUri.newBuilder
(HttpUri prototype) HttpUri.newBuilderForType()
protected HttpUri.Builder
HttpUri.newBuilderForType
(com.google.protobuf.AbstractMessage.BuilderParent parent) HttpUri.Builder.setCluster
(String value) A cluster is created in the Envoy "cluster_manager" config section.HttpUri.Builder.setClusterBytes
(com.google.protobuf.ByteString value) A cluster is created in the Envoy "cluster_manager" config section.HttpUri.Builder.setTimeout
(com.google.protobuf.Duration value) Sets the maximum duration in milliseconds that a response can take to arrive upon request.HttpUri.Builder.setTimeout
(com.google.protobuf.Duration.Builder builderForValue) Sets the maximum duration in milliseconds that a response can take to arrive upon request.The HTTP server URI.HttpUri.Builder.setUriBytes
(com.google.protobuf.ByteString value) The HTTP server URI.HttpUri.toBuilder()
Methods in io.envoyproxy.envoy.config.core.v3 that return types with arguments of type HttpUri.BuilderModifier and TypeMethodDescriptionprivate com.google.protobuf.SingleFieldBuilder
<HttpUri, HttpUri.Builder, HttpUriOrBuilder> HttpService.Builder.getHttpUriFieldBuilder()
The service's HTTP URI.private com.google.protobuf.SingleFieldBuilder
<HttpUri, HttpUri.Builder, HttpUriOrBuilder> RemoteDataSource.Builder.getHttpUriFieldBuilder()
The HTTP URI to fetch the remote data.Methods in io.envoyproxy.envoy.config.core.v3 with parameters of type HttpUri.BuilderModifier and TypeMethodDescriptionHttpService.Builder.setHttpUri
(HttpUri.Builder builderForValue) The service's HTTP URI.RemoteDataSource.Builder.setHttpUri
(HttpUri.Builder builderForValue) The HTTP URI to fetch the remote data.