| Package | Description |
|---|---|
| org.jboss.aerogear.simplepush.protocol | |
| org.jboss.aerogear.simplepush.protocol.impl | |
| org.jboss.aerogear.simplepush.protocol.impl.json |
| Modifier and Type | Interface and Description |
|---|---|
interface |
AckMessage
Represents the acknowledgement message, 'ack' message type, in the
SimplePush specification protocol.
|
interface |
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.
|
interface |
HelloResponse
Represents the handshake response message, 'hello' message type, in the
SimplePush specification protocol.
|
interface |
NotificationMessage
Represents the Notification message, 'notification' messageType, in the
SimplePush specification protocol.
|
interface |
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.
|
interface |
RegisterMessage
Represents the Register message, 'register' message type, in the
SimplePush specification protocol.
|
interface |
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.
|
interface |
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.
|
interface |
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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AckMessageImpl |
class |
HelloMessageImpl |
class |
HelloResponseImpl |
class |
NotificationMessageImpl |
class |
PingMessageImpl |
class |
RegisterMessageImpl |
class |
RegisterResponseImpl |
class |
UnregisterMessageImpl |
class |
UnregisterResponseImpl |
| Modifier and Type | Method and Description |
|---|---|
static MessageType |
JsonUtil.parseFrame(String json)
A convenience method for transforming a SimplePush message frame into an instance
of
MessageType. |
Copyright © 2014 JBoss by Red Hat. All Rights Reserved.