AeroGear SimplePush Server Protocol 0.11.0

Uses of Package
org.jboss.aerogear.simplepush.protocol

Packages that use org.jboss.aerogear.simplepush.protocol
org.jboss.aerogear.simplepush.protocol   
org.jboss.aerogear.simplepush.protocol.impl   
org.jboss.aerogear.simplepush.protocol.impl.json   
 

Classes in org.jboss.aerogear.simplepush.protocol used by org.jboss.aerogear.simplepush.protocol
Ack
          Represents an update entry in the Notification message, 'notification' message type, in the SimplePush specification protocol.
MessageType
          Represents the 'messageType' of a messages in the SimplePush specification protocol.
MessageType.Type
           
RegisterMessage
          Represents the Register message, 'register' message type, in the SimplePush specification protocol.
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.
 

Classes in org.jboss.aerogear.simplepush.protocol used by org.jboss.aerogear.simplepush.protocol.impl
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.
MessageType.Type
           
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.
 

Classes in org.jboss.aerogear.simplepush.protocol used by org.jboss.aerogear.simplepush.protocol.impl.json
MessageType
          Represents the 'messageType' of a messages in the SimplePush specification protocol.
 


AeroGear SimplePush Server Protocol 0.11.0

Copyright © 2014 JBoss by Red Hat. All Rights Reserved.