|
Interface Summary |
| Ack |
Represents an update entry in the Notification message, 'notification' message type, in the
SimplePush specification protocol. |
| AckMessage |
Represents the acknowledgement message, 'ack' message type, in the
SimplePush specification protocol. |
| HelloMessage |
Represents the handshake message, 'hello' message type, in the
SimplePush specification protocol
This message is sent after the initial connection handshake has been completed and represents the handshake
between the UserAgent and the SimplePush Server. |
| HelloResponse |
Represents the handshake response message, 'hello' message type, in the
SimplePush specification protocol. |
| MessageType |
Represents the 'messageType' of a messages in the
SimplePush specification protocol. |
| NotificationMessage |
Represents the Notification message, 'notification' messageType, in the
SimplePush specification protocol. |
| PingMessage |
Represents the Ping message in the
SimplePush specification protocol
This message can be send by the UserAgent to verify that the connection to the server is working. |
| RegisterMessage |
Represents the Register message, 'register' message type, in the
SimplePush specification protocol. |
| RegisterResponse |
Represents the Register response message, 'register' message type, in the
SimplePush specification protocol
This message is sent from the PushServer to the UserAgent with the result of a registration request. |
| Status |
Represents a status that may be returned by a Register, Unregister messages in
SimplePush specification protocol. |
| UnregisterMessage |
Represents the Unregister message, 'unregister' message type, in the
SimplePush specification protocol
This message is sent from the UserAgent to the PushServer to unregister for notifications using the
channelId. |
| UnregisterResponse |
Represents the Unregister response message, 'unregister' message type, in the
SimplePush specification protocol
This message is sent from the PushServer to the UserAgent with the result of a unregistration request. |