Package org.jivesoftware.smackx.jingle
Class FullJidAndSessionId
- java.lang.Object
-
- org.jivesoftware.smackx.jingle.FullJidAndSessionId
-
public class FullJidAndSessionId extends java.lang.ObjectPair of jid and sessionId.
-
-
Constructor Summary
Constructors Constructor Description FullJidAndSessionId(org.jxmpp.jid.FullJid fullJid, java.lang.String sessionId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object other)org.jxmpp.jid.FullJidgetFullJid()java.lang.StringgetSessionId()inthashCode()
-