Class ProxySocketFactories
java.lang.Object
org.apache.geode.cache.client.proxy.ProxySocketFactories
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic SocketFactoryCreate aSocketFactorythat will connect a geode client through the configured SNI proxy.
-
Constructor Details
-
ProxySocketFactories
public ProxySocketFactories()
-
-
Method Details
-
sni
Create aSocketFactorythat 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
SocketFactorythat will connect a geode client through the configured SNI proxy
-