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.common
Subclasses of X509Util in org.apache.zookeeper.common Modifier and Type Class Description class
ClientX509Util
X509 utilities specific for client-server communication framework.class
QuorumX509Util
X509 utilities specific for server-server (quorum) communication framework. -
Uses of X509Util in org.apache.zookeeper.server.quorum
Constructors 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)
.
-