|
Jitsi: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.java.sip.communicator.impl.protocol.jabber.extensions.caps.EntityCapsManager.Caps
public static class EntityCapsManager.Caps
Implements an immutable value which stands for a specific node, a specific hash (algorithm) and a specific ver.
| Field Summary | |
|---|---|
String |
ext
The ext info of this Caps value. |
String |
hash
The hash (algorithm) of this Caps value. |
String |
node
The node of this Caps value. |
String |
ver
The ver of this Caps value. |
| Constructor Summary | |
|---|---|
EntityCapsManager.Caps(String node,
String hash,
String ver,
String ext)
Initializes a new Caps instance which is to represent a specific node, a specific hash (algorithm) and a specific ver. |
|
| Method Summary | |
|---|---|
String |
getNodeVer()
Gets a String which represents the concatenation of the node property of this instance, the character '#' and the ver property of this instance. |
boolean |
isValid(org.jivesoftware.smackx.packet.DiscoverInfo discoverInfo)
Determines whether a specific DiscoverInfo is valid according to this Caps i.e. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public final String hash
public final String node
public String ext
public final String ver
| Constructor Detail |
|---|
public EntityCapsManager.Caps(String node,
String hash,
String ver,
String ext)
node - the node to be represented by the new instancehash - the hash (algorithm) to be represented by the new
instancever - the ver to be represented by the new instanceext - the ext to be represented by the new instance| Method Detail |
|---|
public final String getNodeVer()
public boolean isValid(org.jivesoftware.smackx.packet.DiscoverInfo discoverInfo)
discoverInfo - the DiscoverInfo to be validated by this
Caps
|
Jitsi: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||