Uses of Class
org.apache.zookeeper.common.X509Util
Packages that use X509Util
-
Uses of X509Util in org.apache.zookeeper.common
Subclasses of X509Util in org.apache.zookeeper.commonModifier and TypeClassDescriptionclass
X509 utilities specific for client-server communication framework.class
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 X509UtilModifierConstructorDescriptionUnifiedServerSocket
(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)
.