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