Package org.apache.zookeeper.client
Class FourLetterWordMain
java.lang.Object
org.apache.zookeeper.client.FourLetterWordMain
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
static String
send4LetterWord
(String host, int port, String cmd) Send the 4letterwordstatic String
send4LetterWord
(String host, int port, String cmd, boolean secure) Send the 4letterwordstatic String
send4LetterWord
(String host, int port, String cmd, boolean secure, int timeout) Send the 4letterword
-
Field Details
-
LOG
protected static final org.slf4j.Logger LOG
-
-
Constructor Details
-
FourLetterWordMain
public FourLetterWordMain()
-
-
Method Details
-
send4LetterWord
public static String send4LetterWord(String host, int port, String cmd) throws IOException, X509Exception.SSLContextException Send the 4letterword- Parameters:
host
- the destination hostport
- the destination portcmd
- the 4letterword- Returns:
- server response
- Throws:
IOException
X509Exception.SSLContextException
-
send4LetterWord
public static String send4LetterWord(String host, int port, String cmd, boolean secure) throws IOException, X509Exception.SSLContextException Send the 4letterword- Parameters:
host
- the destination hostport
- the destination portcmd
- the 4letterwordsecure
- whether to use SSL- Returns:
- server response
- Throws:
IOException
X509Exception.SSLContextException
-
send4LetterWord
public static String send4LetterWord(String host, int port, String cmd, boolean secure, int timeout) throws IOException, X509Exception.SSLContextException Send the 4letterword- Parameters:
host
- the destination hostport
- the destination portcmd
- the 4letterwordsecure
- whether to use SSLtimeout
- in milliseconds, maximum time to wait while connecting/reading data- Returns:
- server response
- Throws:
IOException
X509Exception.SSLContextException
-
main
-