Class SimpleProxyClientProvider

  • All Implemented Interfaces:
    ProxyClient

    @Deprecated
    public class SimpleProxyClientProvider
    extends Object
    implements ProxyClient
    Deprecated.
    Simple proxy client provider. This provider simply proxies to another server, using a a one to one connection strategy. LoadBalancingProxyClient should be used instead. This proxy client is too simplistic for real world use cases, and it not set up to use SSL.
    Author:
    Stuart Douglas
    • Constructor Detail

      • SimpleProxyClientProvider

        public SimpleProxyClientProvider​(URI uri)
        Deprecated.