AeroGear SimplePush Server Protocol 0.11.0

Uses of Class
org.jboss.aerogear.simplepush.protocol.MessageType.Type

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

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

Methods in org.jboss.aerogear.simplepush.protocol that return MessageType.Type
 MessageType.Type MessageType.getMessageType()
          Returns the Type of this message.
static MessageType.Type MessageType.Type.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static MessageType.Type[] MessageType.Type.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

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

Methods in org.jboss.aerogear.simplepush.protocol.impl that return MessageType.Type
 MessageType.Type UnregisterMessageImpl.getMessageType()
           
 MessageType.Type RegisterMessageImpl.getMessageType()
           
 MessageType.Type PingMessageImpl.getMessageType()
           
 MessageType.Type NotificationMessageImpl.getMessageType()
           
 MessageType.Type HelloResponseImpl.getMessageType()
           
 MessageType.Type HelloMessageImpl.getMessageType()
           
 MessageType.Type AckMessageImpl.getMessageType()
           
 


AeroGear SimplePush Server Protocol 0.11.0

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