AeroGear SimplePush Server Protocol 0.11.0

org.jboss.aerogear.simplepush.protocol
Interface UnregisterMessage

All Superinterfaces:
MessageType
All Known Subinterfaces:
UnregisterResponse
All Known Implementing Classes:
UnregisterMessageImpl, UnregisterResponseImpl

public interface UnregisterMessage
extends MessageType

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.


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.jboss.aerogear.simplepush.protocol.MessageType
MessageType.Type
 
Field Summary
 
Fields inherited from interface org.jboss.aerogear.simplepush.protocol.MessageType
MESSSAGE_TYPE_FIELD
 
Method Summary
 String getChannelId()
          Returns the channelId that was sent from the UserAgent.
 
Methods inherited from interface org.jboss.aerogear.simplepush.protocol.MessageType
getMessageType
 

Method Detail

getChannelId

String getChannelId()
Returns the channelId that was sent from the UserAgent.

Returns:
String the channelId.

AeroGear SimplePush Server Protocol 0.11.0

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