Package | Description |
---|---|
org.apache.zookeeper.common | |
org.apache.zookeeper.server.quorum |
Modifier and Type | Class and Description |
---|---|
class |
ClientX509Util |
class |
QuorumX509Util |
Constructor and Description |
---|
UnifiedServerSocket(X509Util x509Util,
boolean allowInsecureConnection)
Creates an unbound unified server socket by calling
ServerSocket.ServerSocket() . |
UnifiedServerSocket(X509Util x509Util,
boolean allowInsecureConnection,
int port)
Creates a unified server socket bound to the specified port by calling
ServerSocket.ServerSocket(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 calling
ServerSocket.ServerSocket(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 calling
ServerSocket.ServerSocket(int, int, InetAddress) . |
Copyright © 2008–2020 The Apache Software Foundation. All rights reserved.