AeroGear SimplePush Server Protocol 0.11.0

Uses of Interface
org.jboss.aerogear.simplepush.protocol.MessageType

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

Uses of MessageType in org.jboss.aerogear.simplepush.protocol
 

Subinterfaces of MessageType in org.jboss.aerogear.simplepush.protocol
 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.
 

Uses of MessageType in org.jboss.aerogear.simplepush.protocol.impl
 

Classes in org.jboss.aerogear.simplepush.protocol.impl that implement MessageType
 class AckMessageImpl
           
 class HelloMessageImpl
           
 class HelloResponseImpl
           
 class NotificationMessageImpl
           
 class PingMessageImpl
           
 class RegisterMessageImpl
           
 class RegisterResponseImpl
           
 class UnregisterMessageImpl
           
 class UnregisterResponseImpl
           
 

Uses of MessageType in org.jboss.aerogear.simplepush.protocol.impl.json
 

Methods in org.jboss.aerogear.simplepush.protocol.impl.json that return MessageType
static MessageType JsonUtil.parseFrame(String json)
          A convenience method for transforming a SimplePush message frame into an instance of MessageType.
 


AeroGear SimplePush Server Protocol 0.11.0

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