| Package | Description |
|---|---|
| io.envoyproxy.envoy.extensions.filters.network.http_connection_manager.v3 |
| Modifier and Type | Method and Description |
|---|---|
static HttpConnectionManager.ForwardClientCertDetails |
HttpConnectionManager.ForwardClientCertDetails.forNumber(int value) |
HttpConnectionManager.ForwardClientCertDetails |
HttpConnectionManagerOrBuilder.getForwardClientCertDetails()
How to handle the :ref:`config_http_conn_man_headers_x-forwarded-client-cert` (XFCC) HTTP
header.
|
HttpConnectionManager.ForwardClientCertDetails |
HttpConnectionManager.getForwardClientCertDetails()
How to handle the :ref:`config_http_conn_man_headers_x-forwarded-client-cert` (XFCC) HTTP
header.
|
HttpConnectionManager.ForwardClientCertDetails |
HttpConnectionManager.Builder.getForwardClientCertDetails()
How to handle the :ref:`config_http_conn_man_headers_x-forwarded-client-cert` (XFCC) HTTP
header.
|
static HttpConnectionManager.ForwardClientCertDetails |
HttpConnectionManager.ForwardClientCertDetails.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static HttpConnectionManager.ForwardClientCertDetails |
HttpConnectionManager.ForwardClientCertDetails.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static HttpConnectionManager.ForwardClientCertDetails |
HttpConnectionManager.ForwardClientCertDetails.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HttpConnectionManager.ForwardClientCertDetails[] |
HttpConnectionManager.ForwardClientCertDetails.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.protobuf.Internal.EnumLiteMap<HttpConnectionManager.ForwardClientCertDetails> |
HttpConnectionManager.ForwardClientCertDetails.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
HttpConnectionManager.Builder |
HttpConnectionManager.Builder.setForwardClientCertDetails(HttpConnectionManager.ForwardClientCertDetails value)
How to handle the :ref:`config_http_conn_man_headers_x-forwarded-client-cert` (XFCC) HTTP
header.
|
Copyright © 2018–2021 The Envoy Project. All rights reserved.