| Package | Description |
|---|---|
| io.envoyproxy.envoy.api.v2 | |
| io.envoyproxy.envoy.api.v2.core | |
| io.envoyproxy.envoy.api.v2.route | |
| io.envoyproxy.envoy.service.auth.v2 |
| Modifier and Type | Method and Description |
|---|---|
HeaderValueOption.Builder |
RouteConfiguration.Builder.addRequestHeadersToAddBuilder()
Specifies a list of HTTP headers that should be added to each request
routed by the HTTP connection manager.
|
HeaderValueOption.Builder |
RouteConfiguration.Builder.addRequestHeadersToAddBuilder(int index)
Specifies a list of HTTP headers that should be added to each request
routed by the HTTP connection manager.
|
HeaderValueOption.Builder |
RouteConfiguration.Builder.addResponseHeadersToAddBuilder()
Specifies a list of HTTP headers that should be added to each response that
the connection manager encodes.
|
HeaderValueOption.Builder |
RouteConfiguration.Builder.addResponseHeadersToAddBuilder(int index)
Specifies a list of HTTP headers that should be added to each response that
the connection manager encodes.
|
HeaderValueOption.Builder |
RouteConfiguration.Builder.getRequestHeadersToAddBuilder(int index)
Specifies a list of HTTP headers that should be added to each request
routed by the HTTP connection manager.
|
HeaderValueOption.Builder |
RouteConfiguration.Builder.getResponseHeadersToAddBuilder(int index)
Specifies a list of HTTP headers that should be added to each response that
the connection manager encodes.
|
| Modifier and Type | Method and Description |
|---|---|
List<HeaderValueOption.Builder> |
RouteConfiguration.Builder.getRequestHeadersToAddBuilderList()
Specifies a list of HTTP headers that should be added to each request
routed by the HTTP connection manager.
|
List<HeaderValueOption.Builder> |
RouteConfiguration.Builder.getResponseHeadersToAddBuilderList()
Specifies a list of HTTP headers that should be added to each response that
the connection manager encodes.
|
| Modifier and Type | Method and Description |
|---|---|
RouteConfiguration.Builder |
RouteConfiguration.Builder.addRequestHeadersToAdd(HeaderValueOption.Builder builderForValue)
Specifies a list of HTTP headers that should be added to each request
routed by the HTTP connection manager.
|
RouteConfiguration.Builder |
RouteConfiguration.Builder.addRequestHeadersToAdd(int index,
HeaderValueOption.Builder builderForValue)
Specifies a list of HTTP headers that should be added to each request
routed by the HTTP connection manager.
|
RouteConfiguration.Builder |
RouteConfiguration.Builder.addResponseHeadersToAdd(HeaderValueOption.Builder builderForValue)
Specifies a list of HTTP headers that should be added to each response that
the connection manager encodes.
|
RouteConfiguration.Builder |
RouteConfiguration.Builder.addResponseHeadersToAdd(int index,
HeaderValueOption.Builder builderForValue)
Specifies a list of HTTP headers that should be added to each response that
the connection manager encodes.
|
RouteConfiguration.Builder |
RouteConfiguration.Builder.setRequestHeadersToAdd(int index,
HeaderValueOption.Builder builderForValue)
Specifies a list of HTTP headers that should be added to each request
routed by the HTTP connection manager.
|
RouteConfiguration.Builder |
RouteConfiguration.Builder.setResponseHeadersToAdd(int index,
HeaderValueOption.Builder builderForValue)
Specifies a list of HTTP headers that should be added to each response that
the connection manager encodes.
|
| Modifier and Type | Method and Description |
|---|---|
HeaderValueOption.Builder |
HeaderValueOption.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
HeaderValueOption.Builder |
HealthCheck.HttpHealthCheck.Builder.addRequestHeadersToAddBuilder()
Specifies a list of HTTP headers that should be added to each request that is sent to the
health checked cluster.
|
HeaderValueOption.Builder |
HealthCheck.HttpHealthCheck.Builder.addRequestHeadersToAddBuilder(int index)
Specifies a list of HTTP headers that should be added to each request that is sent to the
health checked cluster.
|
HeaderValueOption.Builder |
HeaderValueOption.Builder.clear() |
HeaderValueOption.Builder |
HeaderValueOption.Builder.clearAppend()
Should the value be appended?
|
HeaderValueOption.Builder |
HeaderValueOption.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
HeaderValueOption.Builder |
HeaderValueOption.Builder.clearHeader()
Header name/value pair that this option applies to.
|
HeaderValueOption.Builder |
HeaderValueOption.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
HeaderValueOption.Builder |
HeaderValueOption.Builder.clone() |
HeaderValueOption.Builder |
HealthCheck.HttpHealthCheck.Builder.getRequestHeadersToAddBuilder(int index)
Specifies a list of HTTP headers that should be added to each request that is sent to the
health checked cluster.
|
HeaderValueOption.Builder |
HeaderValueOption.Builder.mergeAppend(com.google.protobuf.BoolValue value)
Should the value be appended?
|
HeaderValueOption.Builder |
HeaderValueOption.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
HeaderValueOption.Builder |
HeaderValueOption.Builder.mergeFrom(HeaderValueOption other) |
HeaderValueOption.Builder |
HeaderValueOption.Builder.mergeFrom(com.google.protobuf.Message other) |
HeaderValueOption.Builder |
HeaderValueOption.Builder.mergeHeader(HeaderValue value)
Header name/value pair that this option applies to.
|
HeaderValueOption.Builder |
HeaderValueOption.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static HeaderValueOption.Builder |
HeaderValueOption.newBuilder() |
static HeaderValueOption.Builder |
HeaderValueOption.newBuilder(HeaderValueOption prototype) |
HeaderValueOption.Builder |
HeaderValueOption.newBuilderForType() |
protected HeaderValueOption.Builder |
HeaderValueOption.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
HeaderValueOption.Builder |
HeaderValueOption.Builder.setAppend(com.google.protobuf.BoolValue.Builder builderForValue)
Should the value be appended?
|
HeaderValueOption.Builder |
HeaderValueOption.Builder.setAppend(com.google.protobuf.BoolValue value)
Should the value be appended?
|
HeaderValueOption.Builder |
HeaderValueOption.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
HeaderValueOption.Builder |
HeaderValueOption.Builder.setHeader(HeaderValue.Builder builderForValue)
Header name/value pair that this option applies to.
|
HeaderValueOption.Builder |
HeaderValueOption.Builder.setHeader(HeaderValue value)
Header name/value pair that this option applies to.
|
HeaderValueOption.Builder |
HeaderValueOption.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
HeaderValueOption.Builder |
HeaderValueOption.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
HeaderValueOption.Builder |
HeaderValueOption.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
List<HeaderValueOption.Builder> |
HealthCheck.HttpHealthCheck.Builder.getRequestHeadersToAddBuilderList()
Specifies a list of HTTP headers that should be added to each request that is sent to the
health checked cluster.
|
| Modifier and Type | Method and Description |
|---|---|
HealthCheck.HttpHealthCheck.Builder |
HealthCheck.HttpHealthCheck.Builder.addRequestHeadersToAdd(HeaderValueOption.Builder builderForValue)
Specifies a list of HTTP headers that should be added to each request that is sent to the
health checked cluster.
|
HealthCheck.HttpHealthCheck.Builder |
HealthCheck.HttpHealthCheck.Builder.addRequestHeadersToAdd(int index,
HeaderValueOption.Builder builderForValue)
Specifies a list of HTTP headers that should be added to each request that is sent to the
health checked cluster.
|
HealthCheck.HttpHealthCheck.Builder |
HealthCheck.HttpHealthCheck.Builder.setRequestHeadersToAdd(int index,
HeaderValueOption.Builder builderForValue)
Specifies a list of HTTP headers that should be added to each request that is sent to the
health checked cluster.
|
| Modifier and Type | Method and Description |
|---|---|
HeaderValueOption.Builder |
VirtualHost.Builder.addRequestHeadersToAddBuilder()
Specifies a list of HTTP headers that should be added to each request
handled by this virtual host.
|
HeaderValueOption.Builder |
Route.Builder.addRequestHeadersToAddBuilder()
Specifies a set of headers that will be added to requests matching this
route.
|
HeaderValueOption.Builder |
WeightedCluster.ClusterWeight.Builder.addRequestHeadersToAddBuilder()
Specifies a list of headers to be added to requests when this cluster is selected
through the enclosing :ref:`envoy_api_msg_route.RouteAction`.
|
HeaderValueOption.Builder |
VirtualHost.Builder.addRequestHeadersToAddBuilder(int index)
Specifies a list of HTTP headers that should be added to each request
handled by this virtual host.
|
HeaderValueOption.Builder |
Route.Builder.addRequestHeadersToAddBuilder(int index)
Specifies a set of headers that will be added to requests matching this
route.
|
HeaderValueOption.Builder |
WeightedCluster.ClusterWeight.Builder.addRequestHeadersToAddBuilder(int index)
Specifies a list of headers to be added to requests when this cluster is selected
through the enclosing :ref:`envoy_api_msg_route.RouteAction`.
|
HeaderValueOption.Builder |
VirtualHost.Builder.addResponseHeadersToAddBuilder()
Specifies a list of HTTP headers that should be added to each response
handled by this virtual host.
|
HeaderValueOption.Builder |
Route.Builder.addResponseHeadersToAddBuilder()
Specifies a set of headers that will be added to responses to requests
matching this route.
|
HeaderValueOption.Builder |
WeightedCluster.ClusterWeight.Builder.addResponseHeadersToAddBuilder()
Specifies a list of headers to be added to responses when this cluster is selected
through the enclosing :ref:`envoy_api_msg_route.RouteAction`.
|
HeaderValueOption.Builder |
VirtualHost.Builder.addResponseHeadersToAddBuilder(int index)
Specifies a list of HTTP headers that should be added to each response
handled by this virtual host.
|
HeaderValueOption.Builder |
Route.Builder.addResponseHeadersToAddBuilder(int index)
Specifies a set of headers that will be added to responses to requests
matching this route.
|
HeaderValueOption.Builder |
WeightedCluster.ClusterWeight.Builder.addResponseHeadersToAddBuilder(int index)
Specifies a list of headers to be added to responses when this cluster is selected
through the enclosing :ref:`envoy_api_msg_route.RouteAction`.
|
HeaderValueOption.Builder |
VirtualHost.Builder.getRequestHeadersToAddBuilder(int index)
Specifies a list of HTTP headers that should be added to each request
handled by this virtual host.
|
HeaderValueOption.Builder |
Route.Builder.getRequestHeadersToAddBuilder(int index)
Specifies a set of headers that will be added to requests matching this
route.
|
HeaderValueOption.Builder |
WeightedCluster.ClusterWeight.Builder.getRequestHeadersToAddBuilder(int index)
Specifies a list of headers to be added to requests when this cluster is selected
through the enclosing :ref:`envoy_api_msg_route.RouteAction`.
|
HeaderValueOption.Builder |
VirtualHost.Builder.getResponseHeadersToAddBuilder(int index)
Specifies a list of HTTP headers that should be added to each response
handled by this virtual host.
|
HeaderValueOption.Builder |
Route.Builder.getResponseHeadersToAddBuilder(int index)
Specifies a set of headers that will be added to responses to requests
matching this route.
|
HeaderValueOption.Builder |
WeightedCluster.ClusterWeight.Builder.getResponseHeadersToAddBuilder(int index)
Specifies a list of headers to be added to responses when this cluster is selected
through the enclosing :ref:`envoy_api_msg_route.RouteAction`.
|
| Modifier and Type | Method and Description |
|---|---|
List<HeaderValueOption.Builder> |
VirtualHost.Builder.getRequestHeadersToAddBuilderList()
Specifies a list of HTTP headers that should be added to each request
handled by this virtual host.
|
List<HeaderValueOption.Builder> |
Route.Builder.getRequestHeadersToAddBuilderList()
Specifies a set of headers that will be added to requests matching this
route.
|
List<HeaderValueOption.Builder> |
WeightedCluster.ClusterWeight.Builder.getRequestHeadersToAddBuilderList()
Specifies a list of headers to be added to requests when this cluster is selected
through the enclosing :ref:`envoy_api_msg_route.RouteAction`.
|
List<HeaderValueOption.Builder> |
VirtualHost.Builder.getResponseHeadersToAddBuilderList()
Specifies a list of HTTP headers that should be added to each response
handled by this virtual host.
|
List<HeaderValueOption.Builder> |
Route.Builder.getResponseHeadersToAddBuilderList()
Specifies a set of headers that will be added to responses to requests
matching this route.
|
List<HeaderValueOption.Builder> |
WeightedCluster.ClusterWeight.Builder.getResponseHeadersToAddBuilderList()
Specifies a list of headers to be added to responses when this cluster is selected
through the enclosing :ref:`envoy_api_msg_route.RouteAction`.
|
| Modifier and Type | Method and Description |
|---|---|
VirtualHost.Builder |
VirtualHost.Builder.addRequestHeadersToAdd(HeaderValueOption.Builder builderForValue)
Specifies a list of HTTP headers that should be added to each request
handled by this virtual host.
|
Route.Builder |
Route.Builder.addRequestHeadersToAdd(HeaderValueOption.Builder builderForValue)
Specifies a set of headers that will be added to requests matching this
route.
|
WeightedCluster.ClusterWeight.Builder |
WeightedCluster.ClusterWeight.Builder.addRequestHeadersToAdd(HeaderValueOption.Builder builderForValue)
Specifies a list of headers to be added to requests when this cluster is selected
through the enclosing :ref:`envoy_api_msg_route.RouteAction`.
|
VirtualHost.Builder |
VirtualHost.Builder.addRequestHeadersToAdd(int index,
HeaderValueOption.Builder builderForValue)
Specifies a list of HTTP headers that should be added to each request
handled by this virtual host.
|
Route.Builder |
Route.Builder.addRequestHeadersToAdd(int index,
HeaderValueOption.Builder builderForValue)
Specifies a set of headers that will be added to requests matching this
route.
|
WeightedCluster.ClusterWeight.Builder |
WeightedCluster.ClusterWeight.Builder.addRequestHeadersToAdd(int index,
HeaderValueOption.Builder builderForValue)
Specifies a list of headers to be added to requests when this cluster is selected
through the enclosing :ref:`envoy_api_msg_route.RouteAction`.
|
VirtualHost.Builder |
VirtualHost.Builder.addResponseHeadersToAdd(HeaderValueOption.Builder builderForValue)
Specifies a list of HTTP headers that should be added to each response
handled by this virtual host.
|
Route.Builder |
Route.Builder.addResponseHeadersToAdd(HeaderValueOption.Builder builderForValue)
Specifies a set of headers that will be added to responses to requests
matching this route.
|
WeightedCluster.ClusterWeight.Builder |
WeightedCluster.ClusterWeight.Builder.addResponseHeadersToAdd(HeaderValueOption.Builder builderForValue)
Specifies a list of headers to be added to responses when this cluster is selected
through the enclosing :ref:`envoy_api_msg_route.RouteAction`.
|
VirtualHost.Builder |
VirtualHost.Builder.addResponseHeadersToAdd(int index,
HeaderValueOption.Builder builderForValue)
Specifies a list of HTTP headers that should be added to each response
handled by this virtual host.
|
Route.Builder |
Route.Builder.addResponseHeadersToAdd(int index,
HeaderValueOption.Builder builderForValue)
Specifies a set of headers that will be added to responses to requests
matching this route.
|
WeightedCluster.ClusterWeight.Builder |
WeightedCluster.ClusterWeight.Builder.addResponseHeadersToAdd(int index,
HeaderValueOption.Builder builderForValue)
Specifies a list of headers to be added to responses when this cluster is selected
through the enclosing :ref:`envoy_api_msg_route.RouteAction`.
|
VirtualHost.Builder |
VirtualHost.Builder.setRequestHeadersToAdd(int index,
HeaderValueOption.Builder builderForValue)
Specifies a list of HTTP headers that should be added to each request
handled by this virtual host.
|
Route.Builder |
Route.Builder.setRequestHeadersToAdd(int index,
HeaderValueOption.Builder builderForValue)
Specifies a set of headers that will be added to requests matching this
route.
|
WeightedCluster.ClusterWeight.Builder |
WeightedCluster.ClusterWeight.Builder.setRequestHeadersToAdd(int index,
HeaderValueOption.Builder builderForValue)
Specifies a list of headers to be added to requests when this cluster is selected
through the enclosing :ref:`envoy_api_msg_route.RouteAction`.
|
VirtualHost.Builder |
VirtualHost.Builder.setResponseHeadersToAdd(int index,
HeaderValueOption.Builder builderForValue)
Specifies a list of HTTP headers that should be added to each response
handled by this virtual host.
|
Route.Builder |
Route.Builder.setResponseHeadersToAdd(int index,
HeaderValueOption.Builder builderForValue)
Specifies a set of headers that will be added to responses to requests
matching this route.
|
WeightedCluster.ClusterWeight.Builder |
WeightedCluster.ClusterWeight.Builder.setResponseHeadersToAdd(int index,
HeaderValueOption.Builder builderForValue)
Specifies a list of headers to be added to responses when this cluster is selected
through the enclosing :ref:`envoy_api_msg_route.RouteAction`.
|
| Modifier and Type | Method and Description |
|---|---|
HeaderValueOption.Builder |
OkHttpResponse.Builder.addHeadersBuilder()
HTTP entity headers in addition to the original request headers.
|
HeaderValueOption.Builder |
DeniedHttpResponse.Builder.addHeadersBuilder()
This field allows the authorization service to send HTTP response headers
to the downstream client.
|
HeaderValueOption.Builder |
OkHttpResponse.Builder.addHeadersBuilder(int index)
HTTP entity headers in addition to the original request headers.
|
HeaderValueOption.Builder |
DeniedHttpResponse.Builder.addHeadersBuilder(int index)
This field allows the authorization service to send HTTP response headers
to the downstream client.
|
HeaderValueOption.Builder |
OkHttpResponse.Builder.getHeadersBuilder(int index)
HTTP entity headers in addition to the original request headers.
|
HeaderValueOption.Builder |
DeniedHttpResponse.Builder.getHeadersBuilder(int index)
This field allows the authorization service to send HTTP response headers
to the downstream client.
|
| Modifier and Type | Method and Description |
|---|---|
List<HeaderValueOption.Builder> |
OkHttpResponse.Builder.getHeadersBuilderList()
HTTP entity headers in addition to the original request headers.
|
List<HeaderValueOption.Builder> |
DeniedHttpResponse.Builder.getHeadersBuilderList()
This field allows the authorization service to send HTTP response headers
to the downstream client.
|
| Modifier and Type | Method and Description |
|---|---|
OkHttpResponse.Builder |
OkHttpResponse.Builder.addHeaders(HeaderValueOption.Builder builderForValue)
HTTP entity headers in addition to the original request headers.
|
DeniedHttpResponse.Builder |
DeniedHttpResponse.Builder.addHeaders(HeaderValueOption.Builder builderForValue)
This field allows the authorization service to send HTTP response headers
to the downstream client.
|
OkHttpResponse.Builder |
OkHttpResponse.Builder.addHeaders(int index,
HeaderValueOption.Builder builderForValue)
HTTP entity headers in addition to the original request headers.
|
DeniedHttpResponse.Builder |
DeniedHttpResponse.Builder.addHeaders(int index,
HeaderValueOption.Builder builderForValue)
This field allows the authorization service to send HTTP response headers
to the downstream client.
|
OkHttpResponse.Builder |
OkHttpResponse.Builder.setHeaders(int index,
HeaderValueOption.Builder builderForValue)
HTTP entity headers in addition to the original request headers.
|
DeniedHttpResponse.Builder |
DeniedHttpResponse.Builder.setHeaders(int index,
HeaderValueOption.Builder builderForValue)
This field allows the authorization service to send HTTP response headers
to the downstream client.
|
Copyright © 2018–2021 The Envoy Project. All rights reserved.