Uses of Class
io.envoyproxy.envoy.config.core.v3.HttpUri.Builder
Packages that use HttpUri.Builder
Package
Description
-
Uses of HttpUri.Builder in io.envoyproxy.envoy.config.core.v3
Methods in io.envoyproxy.envoy.config.core.v3 that return HttpUri.BuilderModifier and TypeMethodDescriptionHttpUri.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) HttpUri.Builder.clear()HttpUri.Builder.clearCluster()A cluster is created in the Envoy "cluster_manager" config section.HttpUri.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) HttpUri.Builder.clearHttpUpstreamType()HttpUri.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) 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.HttpUri.Builder.clone()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.final HttpUri.BuilderHttpUri.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static HttpUri.BuilderHttpUri.newBuilder()static HttpUri.BuilderHttpUri.newBuilder(HttpUri prototype) HttpUri.newBuilderForType()protected HttpUri.BuilderHttpUri.newBuilderForType(com.google.protobuf.GeneratedMessageV3.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.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) 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.final HttpUri.BuilderHttpUri.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) 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 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. -
Uses of HttpUri.Builder in io.envoyproxy.envoy.extensions.filters.http.ext_authz.v3
Methods in io.envoyproxy.envoy.extensions.filters.http.ext_authz.v3 that return HttpUri.BuilderModifier and TypeMethodDescriptionHttpService.Builder.getServerUriBuilder()Sets the HTTP server URI which the authorization requests must be sent to.Methods in io.envoyproxy.envoy.extensions.filters.http.ext_authz.v3 with parameters of type HttpUri.BuilderModifier and TypeMethodDescriptionHttpService.Builder.setServerUri(HttpUri.Builder builderForValue) Sets the HTTP server URI which the authorization requests must be sent to. -
Uses of HttpUri.Builder in io.envoyproxy.envoy.extensions.filters.http.gcp_authn.v3
Methods in io.envoyproxy.envoy.extensions.filters.http.gcp_authn.v3 that return HttpUri.BuilderMethods in io.envoyproxy.envoy.extensions.filters.http.gcp_authn.v3 with parameters of type HttpUri.BuilderModifier and TypeMethodDescriptionGcpAuthnFilterConfig.Builder.setHttpUri(HttpUri.Builder builderForValue) Deprecated. -
Uses of HttpUri.Builder in io.envoyproxy.envoy.extensions.filters.http.jwt_authn.v3
Methods in io.envoyproxy.envoy.extensions.filters.http.jwt_authn.v3 that return HttpUri.BuilderModifier and TypeMethodDescriptionRemoteJwks.Builder.getHttpUriBuilder()The HTTP URI to fetch the JWKS.Methods in io.envoyproxy.envoy.extensions.filters.http.jwt_authn.v3 with parameters of type HttpUri.BuilderModifier and TypeMethodDescriptionRemoteJwks.Builder.setHttpUri(HttpUri.Builder builderForValue) The HTTP URI to fetch the JWKS. -
Uses of HttpUri.Builder in io.envoyproxy.envoy.extensions.filters.http.oauth2.v3
Methods in io.envoyproxy.envoy.extensions.filters.http.oauth2.v3 that return HttpUri.BuilderModifier and TypeMethodDescriptionOAuth2Config.Builder.getTokenEndpointBuilder()Endpoint on the authorization server to retrieve the access token from.Methods in io.envoyproxy.envoy.extensions.filters.http.oauth2.v3 with parameters of type HttpUri.BuilderModifier and TypeMethodDescriptionOAuth2Config.Builder.setTokenEndpoint(HttpUri.Builder builderForValue) Endpoint on the authorization server to retrieve the access token from. -
Uses of HttpUri.Builder in io.envoyproxy.envoy.extensions.http.injected_credentials.oauth2.v3
Methods in io.envoyproxy.envoy.extensions.http.injected_credentials.oauth2.v3 that return HttpUri.BuilderModifier and TypeMethodDescriptionOAuth2.Builder.getTokenEndpointBuilder()Endpoint on the authorization server to retrieve the access token from.Methods in io.envoyproxy.envoy.extensions.http.injected_credentials.oauth2.v3 with parameters of type HttpUri.BuilderModifier and TypeMethodDescriptionOAuth2.Builder.setTokenEndpoint(HttpUri.Builder builderForValue) Endpoint on the authorization server to retrieve the access token from.