Package io.grpc.xds
Class EnvoyServerProtoData.FilterChain
java.lang.Object
io.grpc.xds.EnvoyServerProtoData.FilterChain
- Direct Known Subclasses:
AutoValue_EnvoyServerProtoData_FilterChain
- Enclosing class:
EnvoyServerProtoData
Corresponds to Envoy proto message
FilterChain.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) static EnvoyServerProtoData.FilterChaincreate(String name, EnvoyServerProtoData.FilterChainMatch filterChainMatch, HttpConnectionManager httpConnectionManager, EnvoyServerProtoData.DownstreamTlsContext downstreamTlsContext, TlsContextManager tlsContextManager) (package private) abstract EnvoyServerProtoData.FilterChainMatch(package private) abstract HttpConnectionManager(package private) abstract Stringname()(package private) abstract SslContextProviderSupplier
-
Constructor Details
-
FilterChain
FilterChain()
-
-
Method Details
-
name
-
filterChainMatch
-
httpConnectionManager
-
sslContextProviderSupplier
-
create
static EnvoyServerProtoData.FilterChain create(String name, EnvoyServerProtoData.FilterChainMatch filterChainMatch, HttpConnectionManager httpConnectionManager, @Nullable EnvoyServerProtoData.DownstreamTlsContext downstreamTlsContext, TlsContextManager tlsContextManager)
-