Uses of Class
io.envoyproxy.envoy.config.core.v3.HttpUri
Packages that use HttpUri
Package
Description
-
Uses of HttpUri in io.envoyproxy.envoy.config.core.v3
Methods in io.envoyproxy.envoy.config.core.v3 that return HttpUriModifier and TypeMethodDescriptionHttpUri.Builder.build()HttpUri.Builder.buildPartial()static HttpUriHttpUri.getDefaultInstance()HttpUri.Builder.getDefaultInstanceForType()HttpUri.getDefaultInstanceForType()HttpService.Builder.getHttpUri()The service's HTTP URI.HttpService.getHttpUri()The service's HTTP URI.HttpServiceOrBuilder.getHttpUri()The service's HTTP URI.RemoteDataSource.Builder.getHttpUri()The HTTP URI to fetch the remote data.RemoteDataSource.getHttpUri()The HTTP URI to fetch the remote data.RemoteDataSourceOrBuilder.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 HttpUriModifier and TypeMethodDescriptioncom.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 HttpUriModifier and TypeMethodDescriptionHttpService.Builder.mergeHttpUri(HttpUri value) The service's HTTP URI.RemoteDataSource.Builder.mergeHttpUri(HttpUri value) The HTTP URI to fetch the remote data.static HttpUri.BuilderHttpUri.newBuilder(HttpUri prototype) HttpService.Builder.setHttpUri(HttpUri value) The service's HTTP URI.RemoteDataSource.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 HttpUriModifier and TypeMethodDescriptionHttpService.Builder.getServerUri()Sets the HTTP server URI which the authorization requests must be sent to.HttpService.getServerUri()Sets the HTTP server URI which the authorization requests must be sent to.HttpServiceOrBuilder.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 HttpUriModifier and TypeMethodDescriptionHttpService.Builder.mergeServerUri(HttpUri value) Sets the HTTP server URI which the authorization requests must be sent to.HttpService.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 HttpUriModifier and TypeMethodDescriptionGcpAuthnFilterConfig.Builder.getHttpUri()Deprecated.envoy.extensions.filters.http.gcp_authn.v3.GcpAuthnFilterConfig.http_uri is deprecated.GcpAuthnFilterConfig.getHttpUri()Deprecated.envoy.extensions.filters.http.gcp_authn.v3.GcpAuthnFilterConfig.http_uri is deprecated.GcpAuthnFilterConfigOrBuilder.getHttpUri()Deprecated.envoy.extensions.filters.http.gcp_authn.v3.GcpAuthnFilterConfig.http_uri is deprecated.Methods in io.envoyproxy.envoy.extensions.filters.http.gcp_authn.v3 with parameters of type HttpUriModifier and TypeMethodDescriptionGcpAuthnFilterConfig.Builder.mergeHttpUri(HttpUri value) Deprecated.GcpAuthnFilterConfig.Builder.setHttpUri(HttpUri value) Deprecated. -
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 HttpUriModifier and TypeMethodDescriptionRemoteJwks.Builder.getHttpUri()The HTTP URI to fetch the JWKS.RemoteJwks.getHttpUri()The HTTP URI to fetch the JWKS.RemoteJwksOrBuilder.getHttpUri()The HTTP URI to fetch the JWKS.Methods in io.envoyproxy.envoy.extensions.filters.http.jwt_authn.v3 with parameters of type HttpUriModifier and TypeMethodDescriptionRemoteJwks.Builder.mergeHttpUri(HttpUri value) The HTTP URI to fetch the JWKS.RemoteJwks.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 HttpUriModifier and TypeMethodDescriptionOAuth2Config.Builder.getTokenEndpoint()Endpoint on the authorization server to retrieve the access token from.OAuth2Config.getTokenEndpoint()Endpoint on the authorization server to retrieve the access token from.OAuth2ConfigOrBuilder.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 HttpUriModifier and TypeMethodDescriptionOAuth2Config.Builder.mergeTokenEndpoint(HttpUri value) Endpoint on the authorization server to retrieve the access token from.OAuth2Config.Builder.setTokenEndpoint(HttpUri value) Endpoint on the authorization server to retrieve the access token from. -
Uses of HttpUri in io.envoyproxy.envoy.extensions.http.injected_credentials.oauth2.v3
Methods in io.envoyproxy.envoy.extensions.http.injected_credentials.oauth2.v3 that return HttpUriModifier and TypeMethodDescriptionOAuth2.Builder.getTokenEndpoint()Endpoint on the authorization server to retrieve the access token from.OAuth2.getTokenEndpoint()Endpoint on the authorization server to retrieve the access token from.OAuth2OrBuilder.getTokenEndpoint()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 HttpUriModifier and TypeMethodDescriptionOAuth2.Builder.mergeTokenEndpoint(HttpUri value) Endpoint on the authorization server to retrieve the access token from.OAuth2.Builder.setTokenEndpoint(HttpUri value) Endpoint on the authorization server to retrieve the access token from.