All Classes and Interfaces
Class
Description
a request to execute an action
the request is sent to the server
the server will redirect the request to the app that supports the action
a response to an action request
note that this is only valid if the request has requireResponse set to true
a simple client callback that discards the response
a RemotePacket is a message forwarded from the server to this app
can either be an action response or an action request
a simple client that only handles string output
a simple server that only handles string input and output