See: Description
Interface | Description |
---|---|
AsynchronnousIOCapable |
Asynchronous I/O capability.
|
AsynchronnousOpCapable |
Asynchronous operation capability.
|
BellTransferCapable |
This interface declares client capability to receive events of bell
characters (ASCII 0x07) printed into the server console, which on most
systems emits a beep.
|
Capability |
Common interface for desktop client capabilities which declare what a
particular desktop protocol is capable of.
|
CharacterTransferCapable |
Interface of a client which supports transfer of a limited set of characters.
|
ClientDrivenDesktopResizingCapable |
Interface of a client capable of client initiated desktop resizing without
having to reset the connection.
|
ClientEventRecordingCapable |
Interface for clients who are able to provide history of client events.
|
ClientSpecificParamsCapable |
Interface of a client supporting specific connection parameters.
|
ClipboardTransferCapable |
This interface declares client capability to receive updates of the
server system clipboard.
|
DesktopResizingCapable |
Interface of a client capable of server initiated desktop resizing without
having to reset the connection.
|
DesktopUpdateCapable |
This interface declares client capability to receive updates of the
remote desktop image.
|
EventRecordingCapable |
Interface of a client capable of recording of server events and providing a
history of events received.
|
GestureCapable |
Interface of a client able to perform free style touch screen gestures.
|
ImageFreezeCapable |
This interface declares client capability to freeze the desktop image
when requested and then refresh it when it is unfrozen.
|
ImageOwner |
This interface declares client capability to own and maintain image of the
connected test environment (such as live desktop, static image, ...).
|
IOConfigurationCapable |
Methods of a client wishing to override the I/O configuration settings such
as the keyboard and mouse delays.
|
KeyTransferCapable |
This interface declares client capability to send local keyboard events to the
server.
|
LocalAppCapable |
Interface of a client automating a single application displayed on the local
desktop.
|
LocalDesktopCapable |
Interface of a client capable of a local desktop connection.
|
LocalRecordingCapable |
Interface of a local desktop client that can retrieve low level OS mouse and
keyboard events for the script recording purposes.
|
LoginParamsStoringCapable |
An interface declaring that the client caches and can return a copy of the
login parameter map passed in through the
RemoteDesktopClient.setLoginParams(java.util.Map)
method. |
MultiPointerTransferCapable |
Declares that the client can perform the zoom and pinch actions.
|
MultiScreenCapable |
Declares methods related to multiple screens.
|
PointerTransferCapable |
This interface declares client capability to send local pointer events to the
server, typically coming in from a mouse or other pointing device.
|
PoolingCapable |
This interface declares that it makes sense to pool the client connection in
order to be reused by other scripts.
|
RenderingHintsCapable |
Methods of a client having extra requirements of how the desktop image should
be handled.
|
ScriptStatusListener |
This interface declares that the client needs to be notified of the test
script life cycle phases, such as when the test script is started, finished,
paused and resumed.
|
ServerClipboardUpdateCapable |
Declares that the client is capable of updating the server clipboard.
|
ServerPropertyCapable |
Capability to retrieve and expose server properties.
|
SimplifiedLoginParamsCapable |
Allows clients to display a custom login parameter set in the
{doc.cmd connect Connect} command property window.
|
SynchronousDesktopUpdateCapable |
This interface declares that it the implementing client updates the screen
synchronously, usually at scheduled intervals.
|