| 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 |
HttpUri.Builder.build() |
HttpUri |
HttpUri.Builder.buildPartial() |
static HttpUri |
HttpUri.getDefaultInstance() |
HttpUri |
HttpUri.getDefaultInstanceForType() |
HttpUri |
HttpUri.Builder.getDefaultInstanceForType() |
HttpUri |
RemoteDataSourceOrBuilder.getHttpUri()
The HTTP URI to fetch the remote data.
|
HttpUri |
RemoteDataSource.getHttpUri()
The HTTP URI to fetch the remote data.
|
HttpUri |
RemoteDataSource.Builder.getHttpUri()
The HTTP URI to fetch the remote data.
|
static HttpUri |
HttpUri.parseDelimitedFrom(InputStream input) |
static HttpUri |
HttpUri.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static HttpUri |
HttpUri.parseFrom(byte[] data) |
static HttpUri |
HttpUri.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static HttpUri |
HttpUri.parseFrom(ByteBuffer data) |
static HttpUri |
HttpUri.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static HttpUri |
HttpUri.parseFrom(com.google.protobuf.ByteString data) |
static HttpUri |
HttpUri.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static HttpUri |
HttpUri.parseFrom(com.google.protobuf.CodedInputStream input) |
static HttpUri |
HttpUri.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static HttpUri |
HttpUri.parseFrom(InputStream input) |
static HttpUri |
HttpUri.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<HttpUri> |
HttpUri.getParserForType() |
static com.google.protobuf.Parser<HttpUri> |
HttpUri.parser() |
| Modifier and Type | Method and Description |
|---|---|
HttpUri.Builder |
HttpUri.Builder.mergeFrom(HttpUri other) |
RemoteDataSource.Builder |
RemoteDataSource.Builder.mergeHttpUri(HttpUri value)
The HTTP URI to fetch the remote data.
|
static HttpUri.Builder |
HttpUri.newBuilder(HttpUri prototype) |
RemoteDataSource.Builder |
RemoteDataSource.Builder.setHttpUri(HttpUri value)
The HTTP URI to fetch the remote data.
|
| Modifier and Type | Method and Description |
|---|---|
HttpUri |
HttpService.getServerUri()
Sets the HTTP server URI which the authorization requests must be sent to.
|
HttpUri |
HttpService.Builder.getServerUri()
Sets the HTTP server URI which the authorization requests must be sent to.
|
HttpUri |
HttpServiceOrBuilder.getServerUri()
Sets the HTTP server URI which the authorization requests must be sent to.
|
| Modifier and Type | Method and Description |
|---|---|
HttpService.Builder |
HttpService.Builder.mergeServerUri(HttpUri value)
Sets the HTTP server URI which the authorization requests must be sent to.
|
HttpService.Builder |
HttpService.Builder.setServerUri(HttpUri value)
Sets the HTTP server URI which the authorization requests must be sent to.
|
| Modifier and Type | Method and Description |
|---|---|
HttpUri |
RemoteJwksOrBuilder.getHttpUri()
The HTTP URI to fetch the JWKS.
|
HttpUri |
RemoteJwks.getHttpUri()
The HTTP URI to fetch the JWKS.
|
HttpUri |
RemoteJwks.Builder.getHttpUri()
The HTTP URI to fetch the JWKS.
|
| Modifier and Type | Method and Description |
|---|---|
RemoteJwks.Builder |
RemoteJwks.Builder.mergeHttpUri(HttpUri value)
The HTTP URI to fetch the JWKS.
|
RemoteJwks.Builder |
RemoteJwks.Builder.setHttpUri(HttpUri value)
The HTTP URI to fetch the JWKS.
|
Copyright © 2018–2021 The Envoy Project. All rights reserved.