AeroGear SimplePush Server Protocol 0.11.0

org.jboss.aerogear.simplepush.protocol
Interface HelloResponse

All Superinterfaces:
MessageType
All Known Implementing Classes:
HelloResponseImpl

public interface HelloResponse
extends MessageType

Represents the handshake response message, 'hello' message type, in the SimplePush specification protocol. This is sent as the response to a 'hello' message.


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.jboss.aerogear.simplepush.protocol.MessageType
MessageType.Type
 
Field Summary
static String UAID_FIELD
           
 
Fields inherited from interface org.jboss.aerogear.simplepush.protocol.MessageType
MESSSAGE_TYPE_FIELD
 
Method Summary
 String getUAID()
          A globally unique identifier for a UserAgent created by the SimplePush Server.
 
Methods inherited from interface org.jboss.aerogear.simplepush.protocol.MessageType
getMessageType
 

Field Detail

UAID_FIELD

static final String UAID_FIELD
See Also:
Constant Field Values
Method Detail

getUAID

String getUAID()
A globally unique identifier for a UserAgent created by the SimplePush Server.

Returns:
String a globally unique id for a UserAgent, or an empty String if the UserAgent has not been assigned a uaid yet or wants to reset it, which will create a new one.

AeroGear SimplePush Server Protocol 0.11.0

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