Uses of Class
org.a11y.brlapi.Connection
-
Packages that use Connection Package Description org.a11y.brlapi org.a11y.brlapi.clients -
-
Uses of Connection in org.a11y.brlapi
Methods in org.a11y.brlapi with parameters of type Connection Modifier and Type Method Description protected Parameter
Client. getParameter(Connection connection, java.lang.String name)
boolean
Client. pause(Connection connection, int milliseconds)
protected Client
Client. rawMode(Connection connection, java.lang.String driver, Client.RawModeTask task)
protected Client
Client. rawMode(Connection connection, Client.RawModeTask task)
void
Client.ClientTask. run(Connection connection)
void
Client.RawModeTask. run(Connection connection)
void
Client.TtyModeTask. run(Connection connection)
protected abstract void
Client. runClient(Connection connection)
protected Client
Client. ttyMode(Connection connection, boolean keys, Client.TtyModeTask task, int... path)
protected Client
Client. ttyMode(Connection connection, java.lang.String driver, Client.TtyModeTask task, int... path)
-
Uses of Connection in org.a11y.brlapi.clients
Methods in org.a11y.brlapi.clients with parameters of type Connection Modifier and Type Method Description protected boolean
PauseClient. pause(Connection connection)
protected void
ApiErrorClient. runClient(Connection connection)
protected void
ApiExceptionClient. runClient(Connection connection)
protected void
BoundCommandsClient. runClient(Connection connection)
protected void
ComputerBrailleClient. runClient(Connection connection)
protected void
DriverKeysClient. runClient(Connection connection)
protected void
EchoClient. runClient(Connection connection)
protected void
GetDriverClient. runClient(Connection connection)
protected void
GetModelClient. runClient(Connection connection)
protected void
GetSizeClient. runClient(Connection connection)
protected void
ListParametersClient. runClient(Connection connection)
protected void
PauseClient. runClient(Connection connection)
protected void
SetParameterClient. runClient(Connection connection)
protected void
WriteArgumentsClient. runClient(Connection connection)
protected void
WriteDotsClient. runClient(Connection connection)
protected void
WriteTextClient. runClient(Connection connection)
-