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.
|
Method Summary |
String |
getUAID()
A globally unique identifier for a UserAgent created by the SimplePush Server. |
UAID_FIELD
static final String UAID_FIELD
- See Also:
- Constant Field Values
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.
Copyright © 2014 JBoss by Red Hat. All Rights Reserved.