Package io.grpc.xds
Class AutoValue_EnvoyServerProtoData_FilterChain
- java.lang.Object
-
- io.grpc.xds.EnvoyServerProtoData.FilterChain
-
- io.grpc.xds.AutoValue_EnvoyServerProtoData_FilterChain
-
@Generated("com.google.auto.value.processor.AutoValueProcessor") final class AutoValue_EnvoyServerProtoData_FilterChain extends EnvoyServerProtoData.FilterChain
-
-
Field Summary
Fields Modifier and Type Field Description private EnvoyServerProtoData.FilterChainMatchfilterChainMatchprivate HttpConnectionManagerhttpConnectionManagerprivate java.lang.Stringnameprivate SslContextProviderSuppliersslContextProviderSupplier
-
Constructor Summary
Constructors Constructor Description AutoValue_EnvoyServerProtoData_FilterChain(java.lang.String name, EnvoyServerProtoData.FilterChainMatch filterChainMatch, HttpConnectionManager httpConnectionManager, SslContextProviderSupplier sslContextProviderSupplier)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)(package private) EnvoyServerProtoData.FilterChainMatchfilterChainMatch()inthashCode()(package private) HttpConnectionManagerhttpConnectionManager()(package private) java.lang.Stringname()(package private) SslContextProviderSuppliersslContextProviderSupplier()java.lang.StringtoString()-
Methods inherited from class io.grpc.xds.EnvoyServerProtoData.FilterChain
create
-
-
-
-
Field Detail
-
name
private final java.lang.String name
-
filterChainMatch
private final EnvoyServerProtoData.FilterChainMatch filterChainMatch
-
httpConnectionManager
private final HttpConnectionManager httpConnectionManager
-
sslContextProviderSupplier
private final SslContextProviderSupplier sslContextProviderSupplier
-
-
Constructor Detail
-
AutoValue_EnvoyServerProtoData_FilterChain
AutoValue_EnvoyServerProtoData_FilterChain(java.lang.String name, EnvoyServerProtoData.FilterChainMatch filterChainMatch, HttpConnectionManager httpConnectionManager, @Nullable SslContextProviderSupplier sslContextProviderSupplier)
-
-
Method Detail
-
name
java.lang.String name()
- Specified by:
namein classEnvoyServerProtoData.FilterChain
-
filterChainMatch
EnvoyServerProtoData.FilterChainMatch filterChainMatch()
- Specified by:
filterChainMatchin classEnvoyServerProtoData.FilterChain
-
httpConnectionManager
HttpConnectionManager httpConnectionManager()
- Specified by:
httpConnectionManagerin classEnvoyServerProtoData.FilterChain
-
sslContextProviderSupplier
@Nullable SslContextProviderSupplier sslContextProviderSupplier()
- Specified by:
sslContextProviderSupplierin classEnvoyServerProtoData.FilterChain
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-