Uses of Class
io.envoyproxy.envoy.config.core.v3.HttpUri.Builder
-
-
Uses of HttpUri.Builder in io.envoyproxy.envoy.config.core.v3
Methods in io.envoyproxy.envoy.config.core.v3 that return HttpUri.Builder Modifier and Type Method Description HttpUri.BuilderHttpUri.Builder. addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)HttpUri.BuilderHttpUri.Builder. clear()HttpUri.BuilderHttpUri.Builder. clearCluster()A cluster is created in the Envoy "cluster_manager" config section.HttpUri.BuilderHttpUri.Builder. clearField(com.google.protobuf.Descriptors.FieldDescriptor field)HttpUri.BuilderHttpUri.Builder. clearHttpUpstreamType()HttpUri.BuilderHttpUri.Builder. clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)HttpUri.BuilderHttpUri.Builder. clearTimeout()Sets the maximum duration in milliseconds that a response can take to arrive upon request.HttpUri.BuilderHttpUri.Builder. clearUri()The HTTP server URI.HttpUri.BuilderHttpUri.Builder. clone()HttpUri.BuilderRemoteDataSource.Builder. getHttpUriBuilder()The HTTP URI to fetch the remote data.HttpUri.BuilderHttpUri.Builder. mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)HttpUri.BuilderHttpUri.Builder. mergeFrom(com.google.protobuf.Message other)HttpUri.BuilderHttpUri.Builder. mergeFrom(HttpUri other)HttpUri.BuilderHttpUri.Builder. mergeTimeout(com.google.protobuf.Duration value)Sets the maximum duration in milliseconds that a response can take to arrive upon request.HttpUri.BuilderHttpUri.Builder. mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)static HttpUri.BuilderHttpUri. newBuilder()static HttpUri.BuilderHttpUri. newBuilder(HttpUri prototype)HttpUri.BuilderHttpUri. newBuilderForType()protected HttpUri.BuilderHttpUri. newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)HttpUri.BuilderHttpUri.Builder. setCluster(String value)A cluster is created in the Envoy "cluster_manager" config section.HttpUri.BuilderHttpUri.Builder. setClusterBytes(com.google.protobuf.ByteString value)A cluster is created in the Envoy "cluster_manager" config section.HttpUri.BuilderHttpUri.Builder. setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)HttpUri.BuilderHttpUri.Builder. setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)HttpUri.BuilderHttpUri.Builder. setTimeout(com.google.protobuf.Duration value)Sets the maximum duration in milliseconds that a response can take to arrive upon request.HttpUri.BuilderHttpUri.Builder. setTimeout(com.google.protobuf.Duration.Builder builderForValue)Sets the maximum duration in milliseconds that a response can take to arrive upon request.HttpUri.BuilderHttpUri.Builder. setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)HttpUri.BuilderHttpUri.Builder. setUri(String value)The HTTP server URI.HttpUri.BuilderHttpUri.Builder. setUriBytes(com.google.protobuf.ByteString value)The HTTP server URI.HttpUri.BuilderHttpUri. toBuilder()Methods in io.envoyproxy.envoy.config.core.v3 with parameters of type HttpUri.Builder Modifier and Type Method Description RemoteDataSource.BuilderRemoteDataSource.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.Builder Modifier and Type Method Description HttpUri.BuilderHttpService.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.Builder Modifier and Type Method Description HttpService.BuilderHttpService.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.Builder Modifier and Type Method Description HttpUri.BuilderGcpAuthnFilterConfig.Builder. getHttpUriBuilder()The HTTP URI to fetch tokens from GCE Metadata Server(https://cloud.google.com/compute/docs/metadata/overview).Methods in io.envoyproxy.envoy.extensions.filters.http.gcp_authn.v3 with parameters of type HttpUri.Builder Modifier and Type Method Description GcpAuthnFilterConfig.BuilderGcpAuthnFilterConfig.Builder. setHttpUri(HttpUri.Builder builderForValue)The HTTP URI to fetch tokens from GCE Metadata Server(https://cloud.google.com/compute/docs/metadata/overview). -
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.Builder Modifier and Type Method Description HttpUri.BuilderRemoteJwks.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.Builder Modifier and Type Method Description RemoteJwks.BuilderRemoteJwks.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.Builder Modifier and Type Method Description HttpUri.BuilderOAuth2Config.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.Builder Modifier and Type Method Description OAuth2Config.BuilderOAuth2Config.Builder. setTokenEndpoint(HttpUri.Builder builderForValue)Endpoint on the authorization server to retrieve the access token from.
-