Class ProxySocketFactories

java.lang.Object
org.apache.geode.cache.client.proxy.ProxySocketFactories

public class ProxySocketFactories extends Object
  • Constructor Details

    • ProxySocketFactories

      public ProxySocketFactories()
  • Method Details

    • sni

      public static SocketFactory sni(String hostname, int port)
      Create a SocketFactory that will connect a geode client through the configured SNI proxy.
      Parameters:
      hostname - the hostname of the sni proxy
      port - the port of the sni proxy
      Returns:
      a SocketFactory that will connect a geode client through the configured SNI proxy