Gemfire JavaDocs
Class ProxySocketFactories
- java.lang.Object
-
- org.apache.geode.cache.client.proxy.ProxySocketFactories
-
public class ProxySocketFactories extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ProxySocketFactories()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static SocketFactory
sni(java.lang.String hostname, int port)
Create aSocketFactory
that will connect a geode client through the configured SNI proxy.
-
-
-
Method Detail
-
sni
public static SocketFactory sni(java.lang.String hostname, int port)
Create aSocketFactory
that will connect a geode client through the configured SNI proxy.- Parameters:
hostname
- the hostname of the sni proxyport
- the port of the sni proxy- Returns:
- a
SocketFactory
that will connect a geode client through the configured SNI proxy
-
-