Uses of Class
io.envoyproxy.envoy.config.core.v3.HttpUri
Packages that use HttpUri
-
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.