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 boolean
equals(Object other)
FullJid
getFullJid()
String
getSessionId()
int
hashCode()
-
-
-
Constructor Detail
-
FullJidAndSessionId
public FullJidAndSessionId(FullJid fullJid, String sessionId)
-
-