public class Connection extends ConnectionBase
BYTE_MASK, UNICODE_BRAILLE_ROW
Constructor and Description |
---|
Connection(ConnectionSettings settings) |
Modifier and Type | Method and Description |
---|---|
int |
enterTtyMode() |
int |
enterTtyMode(int tty) |
int |
enterTtyMode(java.lang.String driver) |
void |
enterTtyModeWithPath(int... ttys) |
void |
enterTtyModeWithPath(int[] ttys,
java.lang.String driver) |
int |
getCellCount() |
Parameters |
getParameters() |
long |
readKey() |
void |
write(byte[] dots) |
void |
write(int cursor) |
void |
write(int cursor,
java.lang.String text) |
void |
write(java.lang.String text) |
void |
write(java.lang.String text,
int cursor) |
acceptAllKeys, acceptKeyRanges, acceptKeys, close, enterRawMode, enterTtyMode, enterTtyModeWithPath, getAuthenticationScheme, getConnection, getDisplaySize, getDriverName, getFileDescriptor, getModelIdentifier, getParameter, getServerHost, ignoreAllKeys, ignoreKeyRanges, ignoreKeys, isUnusable, leaveRawMode, leaveTtyMode, pause, readKey, readKeyWithTimeout, recvRaw, sendRaw, setFocus, setParameter, setUnusable, unwatchParameter, watchParameter, write, writeDots, writeText
printf, toOperandName, toUnicodeBraille, toUnicodeBraille
public Connection(ConnectionSettings settings) throws ConnectException
ConnectException
public int getCellCount()
public int enterTtyMode(int tty)
public int enterTtyMode(java.lang.String driver)
public int enterTtyMode()
public void enterTtyModeWithPath(int[] ttys, java.lang.String driver)
public void enterTtyModeWithPath(int... ttys)
public final long readKey() throws java.io.InterruptedIOException
java.io.InterruptedIOException
public void write(byte[] dots)
public void write(int cursor, java.lang.String text)
public void write(java.lang.String text, int cursor)
public void write(int cursor)
public void write(java.lang.String text)
public Parameters getParameters()