| Package | Description |
|---|---|
| org.jboss.aerogear.simplepush.protocol | |
| org.jboss.aerogear.simplepush.protocol.impl |
| Modifier and Type | Method and Description |
|---|---|
Set<Ack> |
NotificationMessage.getAcks()
Returns the set channel ids that have been updated for a UserAgent
|
Set<Ack> |
AckMessage.getAcks()
Returns the channel ids that have been acknowledged by UserAgent
|
| Modifier and Type | Class and Description |
|---|---|
class |
AckImpl
Concrete
Ack implementation. |
| Modifier and Type | Method and Description |
|---|---|
Set<Ack> |
NotificationMessageImpl.getAcks() |
Set<Ack> |
AckMessageImpl.getAcks() |
| Constructor and Description |
|---|
NotificationMessageImpl(Ack ack) |
| Constructor and Description |
|---|
AckMessageImpl(Set<Ack> acks) |
NotificationMessageImpl(Set<Ack> acks) |
Copyright © 2014 JBoss by Red Hat. All Rights Reserved.