Uses of Class
io.kroxylicious.proxy.bootstrap.FilterChainFactory
Packages that use FilterChainFactory
-
Uses of FilterChainFactory in io.kroxylicious.proxy.bootstrap
Methods in io.kroxylicious.proxy.bootstrap that return FilterChainFactoryModifier and TypeMethodDescriptionstatic FilterChainFactoryFilterChainFactory.empty()Returns aFilterChainFactorywith an empty filter chain, for callers that have no filters to apply and therefore noPluginFactoryRegistryto supply (for example virtual clusters that opt out of the default chain, and tests that do not exercise the chain). -
Uses of FilterChainFactory in io.kroxylicious.proxy.model
Methods in io.kroxylicious.proxy.model that return FilterChainFactoryModifier and TypeMethodDescriptionVirtualClusterModel.filterChainFactory()Returns this VC's filter chain factory.