| Interface | Description |
|---|---|
| CarrierHandler |
The interface to Carrier node.
|
| FriendInviteResponseHandler |
The interface to process the friend invite response.
|
| FriendMessageReceiptHandler |
The interface to process receipt notfication when message has been delivered
either to remote friend node when friend is being online, or to offline message
store when friend is not being online.
|
| GroupHandler |
| Class | Description |
|---|---|
| AbstractCarrierHandler |
The abstract carrier node handler class.
|
| AbstractGroupHandler |
The abstract carrier group handler class.
|
| Carrier |
The class representing Carrier node instance.
|
| Carrier.Options |
Options defines several settings that control the way the Carrier node
connects to the carrier network.
|
| Carrier.Options.BootstrapNode | |
| Carrier.Options.ExpressNode | |
| CarrierExtension | |
| CarrierExtension.TurnServerInfo | |
| FriendInfo |
A class representing the Carrier friend information.
|
| Group | |
| Group.PeerInfo |
A class representing group peer information.
|
| Log | |
| UserInfo |
A class representing the Carrier user information.
|
| Enum | Description |
|---|---|
| ConnectionStatus |
Carrier node connection status to the carrier network.
|
| PresenceStatus |
Carrier node presence status.
|
| ReceiptState |
Carrier message receipt status
|