Package org.apache.felix.http.jetty
Interface LoadBalancerCustomizerFactory
-
@ConsumerType public interface LoadBalancerCustomizerFactoryTheLoadBalancerCustomizerFactoryis a service interface which allows extensions to inject custom JettyCustomizerinstances to add to the Jetty server in order to handle the Proxy Load Balancer connection.LoadBalancerCustomizerFactoryservices are responsible for creating theCustomizerinstances and providing base configuration.- Since:
- 2.1
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.eclipse.jetty.server.HttpConfiguration.CustomizercreateCustomizer()Creates new JettyCustomizerinstances.
-