public class PauseClient extends Client
Client.ClientTask, Client.RawModeTask, Client.TtyModeTask
Program.Option
Modifier and Type | Field and Description |
---|---|
static byte |
DEFAULT_WAIT_TIME |
static byte |
MINIMUM_WAIT_TIME |
USAGE_OPTIONAL_BEGIN, USAGE_OPTIONAL_END, USAGE_REPEATING_INDICATOR
EXIT_CODE_EXTERNAL, EXIT_CODE_INTERNAL, EXIT_CODE_SEMANTIC, EXIT_CODE_SUCCESS, EXIT_CODE_SYNTAX
BYTE_MASK, UNICODE_BRAILLE_ROW
Constructor and Description |
---|
PauseClient(java.lang.String... arguments) |
Modifier and Type | Method and Description |
---|---|
protected void |
extendUsageSummary(java.lang.StringBuilder usage) |
protected int |
getWaitTime() |
protected boolean |
pause(Connection connection) |
protected void |
runClient(Connection connection) |
getParameter, pause, rawMode, rawMode, runProgram, setAuthenticationScheme, setServerHost, ttyMode, ttyMode
addOption, addOptionalParameters, addRepeatingParameter, addRequiredParameters, getName, getUsageSummary, isClient, onProgramException, processParameters, run, writeProgramMessage
getProgramName, isClient, isClient
printf, toOperandName, toUnicodeBraille, toUnicodeBraille
public static final byte MINIMUM_WAIT_TIME
public static final byte DEFAULT_WAIT_TIME
protected final int getWaitTime()
protected final boolean pause(Connection connection)
protected void extendUsageSummary(java.lang.StringBuilder usage)
extendUsageSummary
in class Client
protected void runClient(Connection connection) throws ProgramException
runClient
in class Client
ProgramException