| Package | Description |
|---|---|
| io.envoyproxy.envoy.api.v2.core | |
| io.envoyproxy.envoy.config.filter.http.ext_authz.v2 | |
| io.envoyproxy.envoy.config.filter.http.jwt_authn.v2alpha |
| Modifier and Type | Method and Description |
|---|---|
HttpUri.Builder |
HttpUri.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
HttpUri.Builder |
HttpUri.Builder.clear() |
HttpUri.Builder |
HttpUri.Builder.clearCluster()
A cluster is created in the Envoy "cluster_manager" config
section.
|
HttpUri.Builder |
HttpUri.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
HttpUri.Builder |
HttpUri.Builder.clearHttpUpstreamType() |
HttpUri.Builder |
HttpUri.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
HttpUri.Builder |
HttpUri.Builder.clearTimeout()
Sets the maximum duration in milliseconds that a response can take to arrive upon request.
|
HttpUri.Builder |
HttpUri.Builder.clearUri()
The HTTP server URI.
|
HttpUri.Builder |
HttpUri.Builder.clone() |
HttpUri.Builder |
RemoteDataSource.Builder.getHttpUriBuilder()
The HTTP URI to fetch the remote data.
|
HttpUri.Builder |
HttpUri.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
HttpUri.Builder |
HttpUri.Builder.mergeFrom(HttpUri other) |
HttpUri.Builder |
HttpUri.Builder.mergeFrom(com.google.protobuf.Message other) |
HttpUri.Builder |
HttpUri.Builder.mergeTimeout(com.google.protobuf.Duration value)
Sets the maximum duration in milliseconds that a response can take to arrive upon request.
|
HttpUri.Builder |
HttpUri.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static HttpUri.Builder |
HttpUri.newBuilder() |
static HttpUri.Builder |
HttpUri.newBuilder(HttpUri prototype) |
HttpUri.Builder |
HttpUri.newBuilderForType() |
protected HttpUri.Builder |
HttpUri.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
HttpUri.Builder |
HttpUri.Builder.setCluster(String value)
A cluster is created in the Envoy "cluster_manager" config
section.
|
HttpUri.Builder |
HttpUri.Builder.setClusterBytes(com.google.protobuf.ByteString value)
A cluster is created in the Envoy "cluster_manager" config
section.
|
HttpUri.Builder |
HttpUri.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
HttpUri.Builder |
HttpUri.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
HttpUri.Builder |
HttpUri.Builder.setTimeout(com.google.protobuf.Duration.Builder builderForValue)
Sets the maximum duration in milliseconds that a response can take to arrive upon request.
|
HttpUri.Builder |
HttpUri.Builder.setTimeout(com.google.protobuf.Duration value)
Sets the maximum duration in milliseconds that a response can take to arrive upon request.
|
HttpUri.Builder |
HttpUri.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
HttpUri.Builder |
HttpUri.Builder.setUri(String value)
The HTTP server URI.
|
HttpUri.Builder |
HttpUri.Builder.setUriBytes(com.google.protobuf.ByteString value)
The HTTP server URI.
|
HttpUri.Builder |
HttpUri.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
RemoteDataSource.Builder |
RemoteDataSource.Builder.setHttpUri(HttpUri.Builder builderForValue)
The HTTP URI to fetch the remote data.
|
| Modifier and Type | Method and Description |
|---|---|
HttpUri.Builder |
HttpService.Builder.getServerUriBuilder()
Sets the HTTP server URI which the authorization requests must be sent to.
|
| Modifier and Type | Method and Description |
|---|---|
HttpService.Builder |
HttpService.Builder.setServerUri(HttpUri.Builder builderForValue)
Sets the HTTP server URI which the authorization requests must be sent to.
|
| Modifier and Type | Method and Description |
|---|---|
HttpUri.Builder |
RemoteJwks.Builder.getHttpUriBuilder()
The HTTP URI to fetch the JWKS.
|
| Modifier and Type | Method and Description |
|---|---|
RemoteJwks.Builder |
RemoteJwks.Builder.setHttpUri(HttpUri.Builder builderForValue)
The HTTP URI to fetch the JWKS.
|
Copyright © 2018–2021 The Envoy Project. All rights reserved.