Uses of Class
io.envoyproxy.envoy.api.v2.core.HttpUri
Packages that use HttpUri
Package
Description
-
Uses of HttpUri in io.envoyproxy.envoy.api.v2.core
Methods in io.envoyproxy.envoy.api.v2.core that return HttpUriModifier and TypeMethodDescriptionHttpUri.Builder.build()HttpUri.Builder.buildPartial()static HttpUriHttpUri.getDefaultInstance()HttpUri.Builder.getDefaultInstanceForType()HttpUri.getDefaultInstanceForType()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.api.v2.core 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.api.v2.core with parameters of type HttpUriModifier and TypeMethodDescriptionRemoteDataSource.Builder.mergeHttpUri(HttpUri value) The HTTP URI to fetch the remote data.static HttpUri.BuilderHttpUri.newBuilder(HttpUri prototype) RemoteDataSource.Builder.setHttpUri(HttpUri value) The HTTP URI to fetch the remote data. -
Uses of HttpUri in io.envoyproxy.envoy.config.filter.http.ext_authz.v2
Methods in io.envoyproxy.envoy.config.filter.http.ext_authz.v2 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.config.filter.http.ext_authz.v2 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.config.filter.http.jwt_authn.v2alpha
Methods in io.envoyproxy.envoy.config.filter.http.jwt_authn.v2alpha 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.config.filter.http.jwt_authn.v2alpha 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.