Uses of Interface
io.envoyproxy.envoy.config.core.v3.HttpUriOrBuilder
-
Packages that use HttpUriOrBuilder Package Description io.envoyproxy.envoy.config.core.v3 -
-
Uses of HttpUriOrBuilder in io.envoyproxy.envoy.config.core.v3
Classes in io.envoyproxy.envoy.config.core.v3 that implement HttpUriOrBuilder Modifier and Type Class Description class
HttpUri
Envoy external URI descriptorstatic class
HttpUri.Builder
Envoy external URI descriptorFields in io.envoyproxy.envoy.config.core.v3 with type parameters of type HttpUriOrBuilder Modifier and Type Field Description private com.google.protobuf.SingleFieldBuilder<HttpUri,HttpUri.Builder,HttpUriOrBuilder>
HttpService.Builder. httpUriBuilder_
private com.google.protobuf.SingleFieldBuilder<HttpUri,HttpUri.Builder,HttpUriOrBuilder>
RemoteDataSource.Builder. httpUriBuilder_
Methods in io.envoyproxy.envoy.config.core.v3 that return HttpUriOrBuilder Modifier and Type Method Description HttpUriOrBuilder
HttpService.Builder. getHttpUriOrBuilder()
The service's HTTP URI.HttpUriOrBuilder
HttpService. getHttpUriOrBuilder()
The service's HTTP URI.HttpUriOrBuilder
HttpServiceOrBuilder. getHttpUriOrBuilder()
The service's HTTP URI.HttpUriOrBuilder
RemoteDataSource.Builder. getHttpUriOrBuilder()
The HTTP URI to fetch the remote data.HttpUriOrBuilder
RemoteDataSource. getHttpUriOrBuilder()
The HTTP URI to fetch the remote data.HttpUriOrBuilder
RemoteDataSourceOrBuilder. getHttpUriOrBuilder()
The HTTP URI to fetch the remote data.Methods in io.envoyproxy.envoy.config.core.v3 that return types with arguments of type HttpUriOrBuilder Modifier and Type Method Description private com.google.protobuf.SingleFieldBuilder<HttpUri,HttpUri.Builder,HttpUriOrBuilder>
HttpService.Builder. getHttpUriFieldBuilder()
The service's HTTP URI.private com.google.protobuf.SingleFieldBuilder<HttpUri,HttpUri.Builder,HttpUriOrBuilder>
RemoteDataSource.Builder. getHttpUriFieldBuilder()
The HTTP URI to fetch the remote data.
-