public class ProxySocketFactories extends Object
Constructor and Description |
---|
ProxySocketFactories() |
Modifier and Type | Method and Description |
---|---|
static SocketFactory |
sni(String hostname,
int port)
Create a
SocketFactory that will connect a geode client through
the configured SNI proxy. |
public static SocketFactory sni(String hostname, int port)
SocketFactory
that will connect a geode client through
the configured SNI proxy.hostname
- the hostname of the sni proxyport
- the port of the sni proxySocketFactory
that will connect a geode client through the configured SNI
proxy