Uses of Record Class
io.kroxylicious.proxy.internal.routing.UpstreamClusterModel
Packages that use UpstreamClusterModel
-
Uses of UpstreamClusterModel in io.kroxylicious.proxy.internal.routing
Methods in io.kroxylicious.proxy.internal.routing that return UpstreamClusterModelModifier and TypeMethodDescriptionstatic UpstreamClusterModelUpstreamClusterModel.build(TargetCluster targetCluster, PluginFactoryRegistry pfr) Builds a fully-resolvedUpstreamClusterModelfor the given target cluster, constructing the SSL context and TLS credential supplier manager from the cluster's TLS configuration.DirectRouting.upstreamCluster()Returns the value of theupstreamClusterrecord component.DirectRouting.upstreamClusterFor(String routeName) DynamicRouting.upstreamClusterFor(String routeName) RoutingModel.upstreamClusterFor(String routeName) Returns theUpstreamClusterModelfor the given route nameMethods in io.kroxylicious.proxy.internal.routing that return types with arguments of type UpstreamClusterModelModifier and TypeMethodDescriptionDynamicRouting.routeClusterModels()Returns the value of therouteClusterModelsrecord component.Constructors in io.kroxylicious.proxy.internal.routing with parameters of type UpstreamClusterModelModifierConstructorDescriptionDirectRouting(String routeName, UpstreamClusterModel upstreamCluster) Creates an instance of aDirectRoutingrecord class. -
Uses of UpstreamClusterModel in io.kroxylicious.proxy.model
Methods in io.kroxylicious.proxy.model that return UpstreamClusterModelModifier and TypeMethodDescriptionVirtualClusterModel.getUpstreamClusterForRoute(String routeName) Returns theUpstreamClusterModelfor a specific route, ornullif the route does not target an upstream cluster (e.g. it targets a nested router).