Uses of Class
org.apache.zookeeper.common.ZKConfig
-
Packages that use ZKConfig Package Description org.apache.zookeeper org.apache.zookeeper.client org.apache.zookeeper.common -
-
Uses of ZKConfig in org.apache.zookeeper
Constructors in org.apache.zookeeper with parameters of type ZKConfig Constructor Description Login(String loginContextName, CallbackHandler callbackHandler, ZKConfig zkConfig)
LoginThread constructor. -
Uses of ZKConfig in org.apache.zookeeper.client
Subclasses of ZKConfig in org.apache.zookeeper.client Modifier and Type Class Description class
ZKClientConfig
Handles client specific properties -
Uses of ZKConfig in org.apache.zookeeper.common
Methods in org.apache.zookeeper.common with parameters of type ZKConfig Modifier and Type Method Description SSLContext
X509Util. createSSLContext(ZKConfig config)
SSLContextAndOptions
X509Util. createSSLContextAndOptions(ZKConfig config)
SSLContextAndOptions
X509Util. createSSLContextAndOptionsFromConfig(ZKConfig config)
Constructors in org.apache.zookeeper.common with parameters of type ZKConfig Constructor Description X509Util(ZKConfig zkConfig)
-