Class ProxySocketFactories


  • public class ProxySocketFactories
    extends Object
    • Constructor Detail

      • ProxySocketFactories

        public ProxySocketFactories()
    • Method Detail

      • 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