Package org.apache.zookeeper.client
Class FourLetterWordMain
- java.lang.Object
-
- org.apache.zookeeper.client.FourLetterWordMain
-
@Public public class FourLetterWordMain extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected static org.slf4j.Logger
LOG
-
Constructor Summary
Constructors Constructor Description FourLetterWordMain()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
main(String[] args)
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
-
-
-
Method Detail
-
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
public static void main(String[] args) throws IOException, X509Exception.SSLContextException
-
-