org.jboss.aerogear.simplepush.protocol.impl
Class AckMessageImpl
java.lang.Object
org.jboss.aerogear.simplepush.protocol.impl.AckMessageImpl
- All Implemented Interfaces:
- AckMessage, MessageType
public class AckMessageImpl
- extends Object
- implements AckMessage
AckMessageImpl
public AckMessageImpl(Set<Ack> acks)
getMessageType
public MessageType.Type getMessageType()
- Description copied from interface:
MessageType
- Returns the Type of this message.
- Specified by:
getMessageType in interface MessageType
- Returns:
Type the MessageType.Type of this message.
getAcks
public Set<Ack> getAcks()
- Description copied from interface:
AckMessage
- Returns the channel ids that have been acknowledged by UserAgent
- Specified by:
getAcks in interface AckMessage
- Returns:
Set<Channel> the channels that have been acknowledged.
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2014 JBoss by Red Hat. All Rights Reserved.