HomeSort by relevance Sort by last modified time
    Searched refs:CallIdentifier (Results 1 - 5 of 5) sorted by null

  /external/nist-sip/java/gov/nist/javax/sip/header/
InReplyTo.java 51 protected CallIdentifier callId;
60 * @param cid CallIdentifier to set
62 public InReplyTo(CallIdentifier cid) {
77 this.callId = new CallIdentifier(callId);
106 retval.callId = (CallIdentifier) this.callId.clone();
CallID.java 49 * callIdentifier field
51 protected CallIdentifier callIdentifier;
86 if (callIdentifier != null)
87 callIdentifier.encode(buffer);
103 * @return CallIdentifier
105 public CallIdentifier getCallIdentifer() {
106 return callIdentifier;
118 callIdentifier = new CallIdentifier(cid)
    [all...]
CallIdentifier.java 40 public final class CallIdentifier extends SIPObject {
60 public CallIdentifier() {
68 public CallIdentifier(String localId, String host) {
79 public CallIdentifier(String cid) throws IllegalArgumentException {
110 CallIdentifier that = (CallIdentifier) other;
  /external/nist-sip/java/gov/nist/javax/sip/header/extensions/
Join.java 34 * callIdentifier field
36 public CallIdentifier callIdentifier;
52 this.callIdentifier = new CallIdentifier(callId);
82 * @return CallIdentifier
84 public CallIdentifier getCallIdentifer() {
85 return callIdentifier;
100 * Set the callIdentifier member.
101 * @param cid CallIdentifier to set (localId@host)
    [all...]
Replaces.java 34 * callIdentifier field
36 public CallIdentifier callIdentifier;
52 this.callIdentifier = new CallIdentifier(callId);
82 * @return CallIdentifier
84 public CallIdentifier getCallIdentifer() {
85 return callIdentifier;
100 * Set the callIdentifier member.
101 * @param cid CallIdentifier to set (localId@host)
    [all...]

Completed in 360 milliseconds