|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.google.appengine.api.xmpp.SendResponse
public final class SendResponse
Represents results of sending a message.
Nested Class Summary | |
---|---|
static class |
SendResponse.Status
Possible per-id responses to sending a message. |
Constructor Summary | |
---|---|
SendResponse()
|
Method Summary | |
---|---|
void |
addStatus(JID jabberId,
SendResponse.Status status)
|
java.util.Map<JID,SendResponse.Status> |
getStatusMap()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SendResponse()
Method Detail |
---|
public void addStatus(JID jabberId, SendResponse.Status status)
public java.util.Map<JID,SendResponse.Status> getStatusMap()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |