com.multisoftgroup.jerry.webchat.client
Class JID
java.lang.Object
com.multisoftgroup.jerry.webchat.client.JID
public class JID
- extends Object
The JID class represents a Jabber Identifier as described by RFC3920
- Author:
- Pavel Savin
JID
public JID(String fullJID)
throws com.multisoftgroup.common.ApplicationException
- Throws:
com.multisoftgroup.common.ApplicationException
JID
public JID(String name,
String host,
String resource)
getHost
public String getHost()
getName
public String getName()
getResource
public String getResource()
toString
public String toString()
- Overrides:
toString in class Object
equals
public boolean equals(Object obj)
- Overrides:
equals in class Object
hashCode
public int hashCode()
- Overrides:
hashCode in class Object