Uses of Record Class
io.kroxylicious.proxy.internal.filter.FilterAndInvoker
Packages that use FilterAndInvoker
Package
Description
io.kroxylicious.proxy.internal contains Kroxylicious internal code implementing Proxying functionality using Netty.
-
Uses of FilterAndInvoker in io.kroxylicious.proxy.bootstrap
Methods in io.kroxylicious.proxy.bootstrap that return types with arguments of type FilterAndInvokerModifier and TypeMethodDescriptionFilterChainFactory.createFilters(io.kroxylicious.proxy.filter.FilterFactoryContext context) Creates a fresh list ofFilterinstances for the chain this factory was built with. -
Uses of FilterAndInvoker in io.kroxylicious.proxy.internal
Constructors in io.kroxylicious.proxy.internal with parameters of type FilterAndInvokerModifierConstructorDescriptionFilterHandler(FilterAndInvoker filterAndInvoker, long timeoutMs, String sniHostname, io.netty.channel.Channel inboundChannel, ClientConnectionStateMachine clientConnectionStateMachine) -
Uses of FilterAndInvoker in io.kroxylicious.proxy.internal.codec
Method parameters in io.kroxylicious.proxy.internal.codec with type arguments of type FilterAndInvokerModifier and TypeMethodDescriptionstatic DecodePredicateDecodePredicate.forFilters(List<FilterAndInvoker> filterAndInvokers) -
Uses of FilterAndInvoker in io.kroxylicious.proxy.internal.filter
Methods in io.kroxylicious.proxy.internal.filter that return types with arguments of type FilterAndInvokerModifier and TypeMethodDescriptionstatic List<FilterAndInvoker> Builds a list of invokers for a filter