Uses of Class
io.envoyproxy.envoy.config.core.v3.HttpUri
-
-
Uses of HttpUri in io.envoyproxy.envoy.config.core.v3
Methods in io.envoyproxy.envoy.config.core.v3 that return HttpUri Modifier and Type Method Description HttpUriHttpUri.Builder. build()HttpUriHttpUri.Builder. buildPartial()static HttpUriHttpUri. getDefaultInstance()HttpUriHttpUri.Builder. getDefaultInstanceForType()HttpUriHttpUri. getDefaultInstanceForType()HttpUriRemoteDataSource.Builder. getHttpUri()The HTTP URI to fetch the remote data.HttpUriRemoteDataSource. getHttpUri()The HTTP URI to fetch the remote data.HttpUriRemoteDataSourceOrBuilder. getHttpUri()The HTTP URI to fetch the remote data.static HttpUriHttpUri. parseDelimitedFrom(InputStream input)static HttpUriHttpUri. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static HttpUriHttpUri. parseFrom(byte[] data)static HttpUriHttpUri. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static HttpUriHttpUri. parseFrom(com.google.protobuf.ByteString data)static HttpUriHttpUri. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static HttpUriHttpUri. parseFrom(com.google.protobuf.CodedInputStream input)static HttpUriHttpUri. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static HttpUriHttpUri. parseFrom(InputStream input)static HttpUriHttpUri. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static HttpUriHttpUri. parseFrom(ByteBuffer data)static HttpUriHttpUri. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in io.envoyproxy.envoy.config.core.v3 that return types with arguments of type HttpUri Modifier and Type Method Description com.google.protobuf.Parser<HttpUri>HttpUri. getParserForType()static com.google.protobuf.Parser<HttpUri>HttpUri. parser()Methods in io.envoyproxy.envoy.config.core.v3 with parameters of type HttpUri Modifier and Type Method Description HttpUri.BuilderHttpUri.Builder. mergeFrom(HttpUri other)RemoteDataSource.BuilderRemoteDataSource.Builder. mergeHttpUri(HttpUri value)The HTTP URI to fetch the remote data.static HttpUri.BuilderHttpUri. newBuilder(HttpUri prototype)RemoteDataSource.BuilderRemoteDataSource.Builder. setHttpUri(HttpUri value)The HTTP URI to fetch the remote data. -
Uses of HttpUri in io.envoyproxy.envoy.extensions.filters.http.ext_authz.v3
Methods in io.envoyproxy.envoy.extensions.filters.http.ext_authz.v3 that return HttpUri Modifier and Type Method Description HttpUriHttpService.Builder. getServerUri()Sets the HTTP server URI which the authorization requests must be sent to.HttpUriHttpService. getServerUri()Sets the HTTP server URI which the authorization requests must be sent to.HttpUriHttpServiceOrBuilder. getServerUri()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 Modifier and Type Method Description HttpService.BuilderHttpService.Builder. mergeServerUri(HttpUri value)Sets the HTTP server URI which the authorization requests must be sent to.HttpService.BuilderHttpService.Builder. setServerUri(HttpUri value)Sets the HTTP server URI which the authorization requests must be sent to. -
Uses of HttpUri in io.envoyproxy.envoy.extensions.filters.http.gcp_authn.v3
Methods in io.envoyproxy.envoy.extensions.filters.http.gcp_authn.v3 that return HttpUri Modifier and Type Method Description HttpUriGcpAuthnFilterConfig.Builder. getHttpUri()The HTTP URI to fetch tokens from GCE Metadata Server(https://cloud.google.com/compute/docs/metadata/overview).HttpUriGcpAuthnFilterConfig. getHttpUri()The HTTP URI to fetch tokens from GCE Metadata Server(https://cloud.google.com/compute/docs/metadata/overview).HttpUriGcpAuthnFilterConfigOrBuilder. getHttpUri()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 Modifier and Type Method Description GcpAuthnFilterConfig.BuilderGcpAuthnFilterConfig.Builder. mergeHttpUri(HttpUri value)The HTTP URI to fetch tokens from GCE Metadata Server(https://cloud.google.com/compute/docs/metadata/overview).GcpAuthnFilterConfig.BuilderGcpAuthnFilterConfig.Builder. setHttpUri(HttpUri value)The HTTP URI to fetch tokens from GCE Metadata Server(https://cloud.google.com/compute/docs/metadata/overview). -
Uses of HttpUri in io.envoyproxy.envoy.extensions.filters.http.jwt_authn.v3
Methods in io.envoyproxy.envoy.extensions.filters.http.jwt_authn.v3 that return HttpUri Modifier and Type Method Description HttpUriRemoteJwks.Builder. getHttpUri()The HTTP URI to fetch the JWKS.HttpUriRemoteJwks. getHttpUri()The HTTP URI to fetch the JWKS.HttpUriRemoteJwksOrBuilder. getHttpUri()The HTTP URI to fetch the JWKS.Methods in io.envoyproxy.envoy.extensions.filters.http.jwt_authn.v3 with parameters of type HttpUri Modifier and Type Method Description RemoteJwks.BuilderRemoteJwks.Builder. mergeHttpUri(HttpUri value)The HTTP URI to fetch the JWKS.RemoteJwks.BuilderRemoteJwks.Builder. setHttpUri(HttpUri value)The HTTP URI to fetch the JWKS. -
Uses of HttpUri in io.envoyproxy.envoy.extensions.filters.http.oauth2.v3
Methods in io.envoyproxy.envoy.extensions.filters.http.oauth2.v3 that return HttpUri Modifier and Type Method Description HttpUriOAuth2Config.Builder. getTokenEndpoint()Endpoint on the authorization server to retrieve the access token from.HttpUriOAuth2Config. getTokenEndpoint()Endpoint on the authorization server to retrieve the access token from.HttpUriOAuth2ConfigOrBuilder. getTokenEndpoint()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 Modifier and Type Method Description OAuth2Config.BuilderOAuth2Config.Builder. mergeTokenEndpoint(HttpUri value)Endpoint on the authorization server to retrieve the access token from.OAuth2Config.BuilderOAuth2Config.Builder. setTokenEndpoint(HttpUri value)Endpoint on the authorization server to retrieve the access token from.
-