Class and Description |
---|
ApiException
Exception thrown by the public APIs of the AppLib and SCAMPIMessage.
|
AppLib
Client side for the API protocol.
|
AppLib.Builder
Builder for constructing
AppLib instances. |
AppLib.State
Lifecycle state of the
AppLib . |
AppLibLifecycleListener
Listener to get notifications about lifecycle state changes for an
AppLib instance. |
AppLibListener
Deprecated.
AppLibLifecycleListener should be used instead of
connected(fi.tkk.netlab.dtn.scampi.applib.AppLib) and error(fi.tkk.netlab.dtn.scampi.applib.AppLib, java.lang.Exception) . The functional interface
(callbacks) should be used instead of messageReceived(fi.tkk.netlab.dtn.scampi.applib.AppLib, java.lang.String, fi.tkk.netlab.dtn.scampi.applib.SCAMPIMessage) . |
HostDiscoveryCallback
Callback for host discovery messages.
|
LocationUpdateCallback
Callback for receiving updates when the Scampi middleware's location
changes.
|
MapTileUpdateCallback
Deprecated.
currently non-functional.
|
MessageReceivedCallback
Invoked when the
AppLib receives a message to a service that this
callback is registered to. |
PublishDoneCallback
Callback to receive notification when
AppLib.publish() has succeeded. |
SCAMPIMessage
Message format used in Scampi networking.
|
SCAMPIMessage.Builder
Builder for constructing
SCAMPIMessage instances. |