Uses of Class
org.apache.zookeeper.common.X509Util
- 
Packages that use X509Util Package Description org.apache.zookeeper.common org.apache.zookeeper.server.quorum 
- 
- 
Uses of X509Util in org.apache.zookeeper.commonSubclasses of X509Util in org.apache.zookeeper.common Modifier and Type Class Description classClientX509UtilclassQuorumX509Util
- 
Uses of X509Util in org.apache.zookeeper.server.quorumConstructors in org.apache.zookeeper.server.quorum with parameters of type X509Util Constructor Description UnifiedServerSocket(X509Util x509Util, boolean allowInsecureConnection)Creates an unbound unified server socket by callingServerSocket().UnifiedServerSocket(X509Util x509Util, boolean allowInsecureConnection, int port)Creates a unified server socket bound to the specified port by callingServerSocket(int).UnifiedServerSocket(X509Util x509Util, boolean allowInsecureConnection, int port, int backlog)Creates a unified server socket bound to the specified port, with the specified backlog, by callingServerSocket(int, int).UnifiedServerSocket(X509Util x509Util, boolean allowInsecureConnection, int port, int backlog, InetAddress bindAddr)Creates a unified server socket bound to the specified port, with the specified backlog, and local IP address to bind to, by callingServerSocket(int, int, InetAddress).
 
-