Searched defs:CallIdentifier (Results 1 - 1 of 1) sorted by relevance

/external/nist-sip/java/gov/nist/javax/sip/header/
H A DCallIdentifier.java40 public final class CallIdentifier extends SIPObject { class in inherits:SIPObject
60 public CallIdentifier() { method in class:CallIdentifier
68 public CallIdentifier(String localId, String host) { method in class:CallIdentifier
79 public CallIdentifier(String cid) throws IllegalArgumentException { method in class:CallIdentifier
110 CallIdentifier that = (CallIdentifier) other;

Completed in 43 milliseconds