Uses of Class
io.grpc.xds.HttpConnectionManager
Packages that use HttpConnectionManager
-
Uses of HttpConnectionManager in io.grpc.xds
Subclasses of HttpConnectionManager in io.grpc.xdsFields in io.grpc.xds declared as HttpConnectionManagerModifier and TypeFieldDescriptionprivate final HttpConnectionManager
AutoValue_EnvoyServerProtoData_FilterChain.httpConnectionManager
private final HttpConnectionManager
AutoValue_XdsListenerResource_LdsUpdate.httpConnectionManager
Methods in io.grpc.xds that return HttpConnectionManagerModifier and TypeMethodDescriptionprivate static HttpConnectionManager
HttpConnectionManager.create
(long httpMaxStreamDurationNano, String rdsName, List<VirtualHost> virtualHosts, List<Filter.NamedFilterConfig> httpFilterConfigs) (package private) static HttpConnectionManager
HttpConnectionManager.forRdsName
(long httpMaxStreamDurationNano, String rdsName, List<Filter.NamedFilterConfig> httpFilterConfigs) (package private) static HttpConnectionManager
HttpConnectionManager.forVirtualHosts
(long httpMaxStreamDurationNano, List<VirtualHost> virtualHosts, List<Filter.NamedFilterConfig> httpFilterConfigs) (package private) HttpConnectionManager
AutoValue_EnvoyServerProtoData_FilterChain.httpConnectionManager()
(package private) HttpConnectionManager
AutoValue_XdsListenerResource_LdsUpdate.httpConnectionManager()
(package private) abstract HttpConnectionManager
EnvoyServerProtoData.FilterChain.httpConnectionManager()
(package private) abstract HttpConnectionManager
XdsListenerResource.LdsUpdate.httpConnectionManager()
(package private) static HttpConnectionManager
XdsListenerResource.parseHttpConnectionManager
(HttpConnectionManager proto, FilterRegistry filterRegistry, boolean isForClient) Methods in io.grpc.xds with parameters of type HttpConnectionManagerModifier and TypeMethodDescription(package private) static EnvoyServerProtoData.FilterChain
EnvoyServerProtoData.FilterChain.create
(String name, EnvoyServerProtoData.FilterChainMatch filterChainMatch, HttpConnectionManager httpConnectionManager, EnvoyServerProtoData.DownstreamTlsContext downstreamTlsContext, TlsContextManager tlsContextManager) (package private) static XdsListenerResource.LdsUpdate
XdsListenerResource.LdsUpdate.forApiListener
(HttpConnectionManager httpConnectionManager) Constructors in io.grpc.xds with parameters of type HttpConnectionManagerModifierConstructorDescription(package private)
AutoValue_EnvoyServerProtoData_FilterChain
(String name, EnvoyServerProtoData.FilterChainMatch filterChainMatch, HttpConnectionManager httpConnectionManager, SslContextProviderSupplier sslContextProviderSupplier) (package private)
AutoValue_XdsListenerResource_LdsUpdate
(HttpConnectionManager httpConnectionManager, EnvoyServerProtoData.Listener listener)