Interface LoadBalancerCustomizerFactory


  • @ConsumerType
    @Deprecated(since="2021-05-27")
    public interface LoadBalancerCustomizerFactory
    Deprecated.
    The Eclipse Jetty and Apache Felix Http Jetty packages are no longer supported.
    The LoadBalancerCustomizerFactory is a service interface which allows extensions to inject custom Jetty Customizer instances to add to the Jetty server in order to handle the Proxy Load Balancer connection. LoadBalancerCustomizerFactory services are responsible for creating the Customizer instances and providing base configuration.
    Since:
    2.1
    • Method Detail

      • createCustomizer

        HttpConfiguration.Customizer createCustomizer()
        Deprecated.
        Creates new Jetty Customizer instances.

        Returns:
        A configured Jetty Customizer instance or null if the customizer can't be created.