Uses of Enum
io.undertow.server.handlers.proxy.RouteParsingStrategy
Packages that use RouteParsingStrategy
-
Uses of RouteParsingStrategy in io.undertow.server.handlers.proxy
Methods in io.undertow.server.handlers.proxy that return RouteParsingStrategyModifier and TypeMethodDescriptionstatic RouteParsingStrategyReturns the enum constant of this type with the specified name.static RouteParsingStrategy[]RouteParsingStrategy.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.undertow.server.handlers.proxy with parameters of type RouteParsingStrategyModifier and TypeMethodDescriptionLoadBalancingProxyClient.setRouteParsingStrategy(RouteParsingStrategy routeParsingStrategy) Constructors in io.undertow.server.handlers.proxy with parameters of type RouteParsingStrategyModifierConstructorDescriptionRouteIteratorFactory(RouteParsingStrategy routeParsingStrategy, RouteIteratorFactory.ParsingCompatibility parsingCompatibility) RouteIteratorFactory(RouteParsingStrategy routeParsingStrategy, RouteIteratorFactory.ParsingCompatibility parsingCompatibility, String rankedRouteDelimiter) -
Uses of RouteParsingStrategy in io.undertow.server.handlers.proxy.mod_cluster
Methods in io.undertow.server.handlers.proxy.mod_cluster that return RouteParsingStrategyMethods in io.undertow.server.handlers.proxy.mod_cluster with parameters of type RouteParsingStrategyModifier and TypeMethodDescriptionModCluster.Builder.setRouteParsingStrategy(RouteParsingStrategy routeParsingStrategy) Configures route parsing strategy to support none, single or ranked affinity.